Home
last modified time | relevance | path

Searched refs:handleEvent (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/firmware/src/drivers/vsync/
Dvsync.c154 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function
179 INTERNAL_APP_INIT(VSYNC_APP_ID, VSYNC_APP_VERSION, startTask, endTask, handleEvent);
/device/google/contexthub/firmware/src/drivers/hall/
Dhall.c203 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function
229 …ERNAL_APP_INIT(APP_ID_MAKE(APP_ID_VENDOR_GOOGLE, 6), APP_VERSION, startTask, endTask, handleEvent);
/device/google/contexthub/firmware/src/drivers/hall_twopole/
Dhall_twopole.c219 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function
252 INTERNAL_APP_INIT(APP_ID, APP_VERSION, startTask, endTask, handleEvent);
/device/google/contexthub/firmware/src/drivers/bosch_bmp280/
Dbosch_bmp280.c495 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function
569 INTERNAL_APP_INIT(BMP280_APP_ID, 0, startTask, endTask, handleEvent);
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c2937 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function
3375 INTERNAL_APP_INIT(BMI160_APP_ID, 1, startTask, endTask, handleEvent);