Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rfimu.h191 typedef void (*imu_irq_callback_t)(void); typedef
449 hal_rpmsg_status_t HAL_ImuInstallIrqCallback(uint8_t imuLink, imu_irq_callback_t callback);
Dfsl_adapter_rfimu.c69 static imu_irq_callback_t imuIrqCallback[kIMU_LinkMax];
1933 hal_rpmsg_status_t HAL_ImuInstallIrqCallback(uint8_t imuLink, imu_irq_callback_t callback) in HAL_ImuInstallIrqCallback()
/hal_nxp-latest/mcux/mcux-sdk/components/imu_adapter/
Dfsl_adapter_imu.h447 typedef void (*imu_irq_callback_t)(void); typedef
705 hal_imumc_status_t HAL_ImuInstallIrqCallback(uint8_t imuLink, imu_irq_callback_t callback);
Dfsl_adapter_imu.c72 static imu_irq_callback_t imuIrqCallback[kIMU_LinkMax];
1936 hal_imumc_status_t HAL_ImuInstallIrqCallback(uint8_t imuLink, imu_irq_callback_t callback) in HAL_ImuInstallIrqCallback()