Home
last modified time | relevance | path

Searched refs:HAL_OTFDEC_STATE_READY (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_otfdec.c208 hotfdec->State = HAL_OTFDEC_STATE_READY; in HAL_OTFDEC_Init()
319 if (hotfdec->State == HAL_OTFDEC_STATE_READY) in HAL_OTFDEC_RegisterCallback()
393 if (hotfdec->State == HAL_OTFDEC_STATE_READY) in HAL_OTFDEC_UnRegisterCallback()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_otfdec.c212 hotfdec->State = HAL_OTFDEC_STATE_READY; in HAL_OTFDEC_Init()
323 if (hotfdec->State == HAL_OTFDEC_STATE_READY) in HAL_OTFDEC_RegisterCallback()
397 if (hotfdec->State == HAL_OTFDEC_STATE_READY) in HAL_OTFDEC_UnRegisterCallback()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_otfdec.c212 hotfdec->State = HAL_OTFDEC_STATE_READY; in HAL_OTFDEC_Init()
323 if (hotfdec->State == HAL_OTFDEC_STATE_READY) in HAL_OTFDEC_RegisterCallback()
397 if (hotfdec->State == HAL_OTFDEC_STATE_READY) in HAL_OTFDEC_UnRegisterCallback()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_otfdec.c212 hotfdec->State = HAL_OTFDEC_STATE_READY; in HAL_OTFDEC_Init()
323 if (hotfdec->State == HAL_OTFDEC_STATE_READY) in HAL_OTFDEC_RegisterCallback()
397 if (hotfdec->State == HAL_OTFDEC_STATE_READY) in HAL_OTFDEC_UnRegisterCallback()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_otfdec.h79 HAL_OTFDEC_STATE_READY = 0x01U, /*!< OTFDEC initialized and ready for use */ enumerator
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_otfdec.h79 HAL_OTFDEC_STATE_READY = 0x01U, /*!< OTFDEC initialized and ready for use */ enumerator
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_otfdec.h79 HAL_OTFDEC_STATE_READY = 0x01U, /*!< OTFDEC initialized and ready for use */ enumerator
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_otfdec.h79 HAL_OTFDEC_STATE_READY = 0x01U, /*!< OTFDEC initialized and ready for use */ enumerator