Home
last modified time | relevance | path

Searched refs:HAL_IPCC_STATE_READY (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_ipcc.c156 hipcc->State = HAL_IPCC_STATE_READY; in HAL_IPCC_Init()
317 if (hipcc->State == HAL_IPCC_STATE_READY) in HAL_IPCC_ActivateNotification()
375 if (hipcc->State == HAL_IPCC_STATE_READY) in HAL_IPCC_DeActivateNotification()
466 if (hipcc->State == HAL_IPCC_STATE_READY) in HAL_IPCC_NotifyCPU()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_ipcc.c158 hipcc->State = HAL_IPCC_STATE_READY; in HAL_IPCC_Init()
321 if (hipcc->State == HAL_IPCC_STATE_READY) in HAL_IPCC_ActivateNotification()
378 if (hipcc->State == HAL_IPCC_STATE_READY) in HAL_IPCC_DeActivateNotification()
476 if (hipcc->State == HAL_IPCC_STATE_READY) in HAL_IPCC_NotifyCPU()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_ipcc.c160 hipcc->State = HAL_IPCC_STATE_READY; in HAL_IPCC_Init()
323 if (hipcc->State == HAL_IPCC_STATE_READY) in HAL_IPCC_ActivateNotification()
380 if (hipcc->State == HAL_IPCC_STATE_READY) in HAL_IPCC_DeActivateNotification()
478 if (hipcc->State == HAL_IPCC_STATE_READY) in HAL_IPCC_NotifyCPU()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_ipcc.h75 HAL_IPCC_STATE_READY = 0x01U, /*!< IPCC initialized and ready for use */ enumerator
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_ipcc.h75 HAL_IPCC_STATE_READY = 0x01U, /*!< IPCC initialized and ready for use */ enumerator
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_ipcc.h74 HAL_IPCC_STATE_READY = 0x01U, /*!< IPCC initialized and ready for use */ enumerator