Home
last modified time | relevance | path

Searched refs:HAL_RAMECC_STATE_READY (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ramecc.c195 hramecc->State = HAL_RAMECC_STATE_READY; in HAL_RAMECC_Init()
284 if (hramecc->State == HAL_RAMECC_STATE_READY) in HAL_RAMECC_StartMonitor()
293 hramecc->State = HAL_RAMECC_STATE_READY; in HAL_RAMECC_StartMonitor()
321 if (hramecc->State == HAL_RAMECC_STATE_READY) in HAL_RAMECC_StopMonitor()
330 hramecc->State = HAL_RAMECC_STATE_READY; in HAL_RAMECC_StopMonitor()
360 if (hramecc->State == HAL_RAMECC_STATE_READY) in HAL_RAMECC_EnableNotification()
369 hramecc->State = HAL_RAMECC_STATE_READY; in HAL_RAMECC_EnableNotification()
399 if (hramecc->State == HAL_RAMECC_STATE_READY) in HAL_RAMECC_DisableNotification()
408 hramecc->State = HAL_RAMECC_STATE_READY; in HAL_RAMECC_DisableNotification()
474 if (hramecc->State == HAL_RAMECC_STATE_READY) in HAL_RAMECC_RegisterCallback()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_ramecc.c181 hramecc->State = HAL_RAMECC_STATE_READY; in HAL_RAMECC_Init()
312 if (hramecc->State == HAL_RAMECC_STATE_READY) in HAL_RAMECC_StartMonitor()
321 hramecc->State = HAL_RAMECC_STATE_READY; in HAL_RAMECC_StartMonitor()
350 if (hramecc->State == HAL_RAMECC_STATE_READY) in HAL_RAMECC_StopMonitor()
359 hramecc->State = HAL_RAMECC_STATE_READY; in HAL_RAMECC_StopMonitor()
390 if (hramecc->State == HAL_RAMECC_STATE_READY) in HAL_RAMECC_EnableNotification()
399 hramecc->State = HAL_RAMECC_STATE_READY; in HAL_RAMECC_EnableNotification()
430 if (hramecc->State == HAL_RAMECC_STATE_READY) in HAL_RAMECC_DisableNotification()
439 hramecc->State = HAL_RAMECC_STATE_READY; in HAL_RAMECC_DisableNotification()
618 if (hramecc->State == HAL_RAMECC_STATE_READY) in HAL_RAMECC_RegisterCallback()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ramecc.h51 HAL_RAMECC_STATE_READY = 0x01U, /*!< RAMECC initialized and ready for use */ enumerator
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_ramecc.h51 HAL_RAMECC_STATE_READY = 0x01U, /*!< RAMECC initialized and ready for use */ enumerator