sensor-xensiv-pasco2
xensiv_pasco2_mtb_interrupt_cb_t Struct Reference

Description

Structure containing callback data for handling interrupts from sensor.

Data Fields

cyhal_gpio_event_callback_t cb
 The callback function to run.
 
void * arg
 Optional argument for the callback.
 

Field Documentation

◆ cb

cyhal_gpio_event_callback_t cb

The callback function to run.

◆ arg

void* arg

Optional argument for the callback.