Searched refs:EVENT_ID_IBI (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_i3c.c | 7071 if ((notifyId & EVENT_ID_IBI) == EVENT_ID_IBI) in HAL_I3C_GetCCCInfo() 7340 hi3c->NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Event_ISR() 7343 HAL_I3C_NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Event_ISR() 8037 hi3c->NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Tx_Listen_Event_ISR() 8040 HAL_I3C_NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Tx_Listen_Event_ISR() 8095 hi3c->NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Rx_Listen_Event_ISR() 8098 HAL_I3C_NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Rx_Listen_Event_ISR() 8154 hi3c->NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Multiple_Xfer_Listen_Event_ISR() 8157 HAL_I3C_NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Multiple_Xfer_Listen_Event_ISR()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_i3c.c | 7077 if ((notifyId & EVENT_ID_IBI) == EVENT_ID_IBI) in HAL_I3C_GetCCCInfo() 7346 hi3c->NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Event_ISR() 7349 HAL_I3C_NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Event_ISR() 8043 hi3c->NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Tx_Listen_Event_ISR() 8046 HAL_I3C_NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Tx_Listen_Event_ISR() 8101 hi3c->NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Rx_Listen_Event_ISR() 8104 HAL_I3C_NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Rx_Listen_Event_ISR() 8160 hi3c->NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Multiple_Xfer_Listen_Event_ISR() 8163 HAL_I3C_NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Multiple_Xfer_Listen_Event_ISR()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_i3c.c | 7071 if ((notifyId & EVENT_ID_IBI) == EVENT_ID_IBI) in HAL_I3C_GetCCCInfo() 7340 hi3c->NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Event_ISR() 7343 HAL_I3C_NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Event_ISR() 8037 hi3c->NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Tx_Listen_Event_ISR() 8040 HAL_I3C_NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Tx_Listen_Event_ISR() 8095 hi3c->NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Rx_Listen_Event_ISR() 8098 HAL_I3C_NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Rx_Listen_Event_ISR() 8154 hi3c->NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Multiple_Xfer_Listen_Event_ISR() 8157 HAL_I3C_NotifyCallback(hi3c, EVENT_ID_IBI); in I3C_Ctrl_Multiple_Xfer_Listen_Event_ISR()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_i3c.h | 618 #define EVENT_ID_IBI (0x00002000U) macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_i3c.h | 618 #define EVENT_ID_IBI (0x00002000U) macro
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_i3c.h | 618 #define EVENT_ID_IBI (0x00002000U) macro
|