Home
last modified time | relevance | path

Searched refs:int0DataReady (Results 1 – 4 of 4) sorted by relevance

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h739 …int8_t ITDS_enableDataReadyINT0(WE_sensorInterface_t* sensorInterface, ITDS_state_t int0DataReady);
740 …_t ITDS_isDataReadyINT0Enabled(WE_sensorInterface_t* sensorInterface, ITDS_state_t *int0DataReady);
DWSEN_ITDS_2533020201601_hal.c998 int8_t ITDS_enableDataReadyINT0(WE_sensorInterface_t* sensorInterface, ITDS_state_t int0DataReady) in ITDS_enableDataReadyINT0() argument
1007 ctrl4.dataReadyINT0 = int0DataReady; in ITDS_enableDataReadyINT0()
1018 …8_t ITDS_isDataReadyINT0Enabled(WE_sensorInterface_t* sensorInterface, ITDS_state_t *int0DataReady) in ITDS_isDataReadyINT0Enabled() argument
1027 *int0DataReady = (ITDS_state_t) ctrl4.dataReadyINT0; in ITDS_isDataReadyINT0Enabled()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h1015 …S_enableDataEnableDataReadyINT0(WE_sensorInterface_t* sensorInterface, ISDS_state_t int0DataReady);
1016 …DataEnableDataReadyINT0Enabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *int0DataReady);
DWSEN_ISDS_2536030320001_hal.c1747 …DS_enableDataEnableDataReadyINT0(WE_sensorInterface_t* sensorInterface, ISDS_state_t int0DataReady) in ISDS_enableDataEnableDataReadyINT0() argument
1756 ctrl4.dataEnableDataReadyOnInt0 = int0DataReady; in ISDS_enableDataEnableDataReadyINT0()
1767 …sDataEnableDataReadyINT0Enabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *int0DataReady) in ISDS_isDataEnableDataReadyINT0Enabled() argument
1776 *int0DataReady = (ISDS_state_t) ctrl4.dataEnableDataReadyOnInt0; in ISDS_isDataEnableDataReadyINT0Enabled()