Enumerations

enum  hal_efuse_state_t {
  HAL_EFUSE_STATE_RESET = 0x00,
  HAL_EFUSE_STATE_READY = 0x01,
  HAL_EFUSE_STATE_BUSY = 0x02,
  HAL_EFUSE_STATE_ERROR = 0x04
}
 HAL eFuse State Enumerations definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ hal_efuse_state_t

HAL eFuse State Enumerations definition.

Enumerator
HAL_EFUSE_STATE_RESET 

Peripheral not yet initialized or disabled

HAL_EFUSE_STATE_READY 

Peripheral Initialized and ready for use

HAL_EFUSE_STATE_BUSY 

An internal process is ongoing

HAL_EFUSE_STATE_ERROR 

Reception process is error

Definition at line 75 of file hal_efuse.h.