Home
last modified time | relevance | path

Searched refs:int0BootStatus (Results 1 – 2 of 2) sorted by relevance

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h951 …t8_t ISDS_enableBootStatusINT0(WE_sensorInterface_t* sensorInterface, ISDS_state_t int0BootStatus);
952 … ISDS_isBootStatusINT0Enabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *int0BootStatus);
DWSEN_ISDS_2536030320001_hal.c665 int8_t ISDS_enableBootStatusINT0(WE_sensorInterface_t* sensorInterface, ISDS_state_t int0BootStatus) in ISDS_enableBootStatusINT0() argument
674 int0Ctrl.int0Boot = (uint8_t) int0BootStatus; in ISDS_enableBootStatusINT0()
685 …t ISDS_isBootStatusINT0Enabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *int0BootStatus) in ISDS_isBootStatusINT0Enabled() argument
694 *int0BootStatus = (ISDS_state_t) int0Ctrl.int0Boot; in ISDS_isBootStatusINT0Enabled()