Enumerations

enum  hal_lock_t {
  HAL_UNLOCKED = 0x00U,
  HAL_LOCKED = 0x01
}
 HAL Lock Enumerations definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ hal_lock_t

enum hal_lock_t

HAL Lock Enumerations definition.

Enumerator
HAL_UNLOCKED 

Object is unlocked.

HAL_LOCKED 

Object is locked.

Definition at line 73 of file hal_def.h.