Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i3c.c533 hi3c->NotifyCallback = HAL_I3C_NotifyCallback; in HAL_I3C_Init()
1066 hi3c->NotifyCallback = HAL_I3C_NotifyCallback; in HAL_I3C_UnRegisterCallback()
1406 __weak void HAL_I3C_NotifyCallback(I3C_HandleTypeDef *hi3c, uint32_t eventId) in HAL_I3C_NotifyCallback() function
6875 HAL_I3C_NotifyCallback(hi3c, tmpevent); in I3C_Tgt_Event_ISR()
6906 HAL_I3C_NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Event_ISR()
6921 HAL_I3C_NotifyCallback(hi3c, EVENT_ID_CR); in I3C_Ctrl_Event_ISR()
6936 HAL_I3C_NotifyCallback(hi3c, EVENT_ID_HJ); in I3C_Ctrl_Event_ISR()
7021 HAL_I3C_NotifyCallback(hi3c, EVENT_ID_GETACCCR); in I3C_Tgt_CtrlRole_ISR()
7057 HAL_I3C_NotifyCallback(hi3c, EVENT_ID_IBIEND); in I3C_Tgt_IBI_ISR()
7131 HAL_I3C_NotifyCallback(hi3c, EVENT_ID_WKP); in I3C_Tgt_Tx_ISR()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_i3c.h1055 void HAL_I3C_NotifyCallback(I3C_HandleTypeDef *hi3c, uint32_t eventId);