_efuse_handle Struct Reference

eFuse handle Structure definition More...

#include <gr55xx_hal_efuse.h>

Public Attributes

efuse_regs_t * p_instance
 
efuse_init_t init
 
__IO hal_lock_t lock
 
__IO hal_efuse_state_t state
 
__IO uint32_t error_code
 

Detailed Description

eFuse handle Structure definition

Definition at line 112 of file gr55xx_hal_efuse.h.

Member Data Documentation

◆ error_code

__IO uint32_t _efuse_handle::error_code

eFuse Error code

Definition at line 122 of file gr55xx_hal_efuse.h.

◆ init

efuse_init_t _efuse_handle::init

eFuse base required parameters

Definition at line 116 of file gr55xx_hal_efuse.h.

◆ lock

__IO hal_lock_t _efuse_handle::lock

Locking object

Definition at line 118 of file gr55xx_hal_efuse.h.

◆ p_instance

efuse_regs_t* _efuse_handle::p_instance

Register base address

Definition at line 114 of file gr55xx_hal_efuse.h.

◆ state

__IO hal_efuse_state_t _efuse_handle::state

eFuse operation state

Definition at line 120 of file gr55xx_hal_efuse.h.


The documentation for this struct was generated from the following file: