Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_i3c.h1045 uint32_t interruptMask);
1046 HAL_StatusTypeDef HAL_I3C_DeactivateNotification(I3C_HandleTypeDef *hi3c, uint32_t interruptMask);
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i3c.c1139 uint32_t interruptMask) in HAL_I3C_ActivateNotification() argument
1153 assert_param(IS_I3C_INTERRUPTMASK(hi3c->Mode, interruptMask)); in HAL_I3C_ActivateNotification()
1164 ((interruptMask & (HAL_I3C_IT_DEFIE | HAL_I3C_IT_GRPIE)) != 0U) && in HAL_I3C_ActivateNotification()
1175 if ((interruptMask & (HAL_I3C_IT_DEFIE | HAL_I3C_IT_GRPIE)) != 0U) in HAL_I3C_ActivateNotification()
1209 I3C_Enable_IRQ(hi3c, (interruptMask | I3C_XFER_LISTEN_IT)); in HAL_I3C_ActivateNotification()
1226 HAL_StatusTypeDef HAL_I3C_DeactivateNotification(I3C_HandleTypeDef *hi3c, uint32_t interruptMask) in HAL_I3C_DeactivateNotification() argument
1249 I3C_Disable_IRQ(hi3c, (interruptMask | I3C_XFER_LISTEN_IT)); in HAL_I3C_DeactivateNotification()