PKC handle Structure definition. More...
#include <gr55xx_hal_pkc.h>
Public Attributes | |
pkc_regs_t * | p_instance |
pkc_init_t | init |
void * | p_result |
uint32_t | shift_count |
uint32_t * | p_P |
__IO hal_lock_t | lock |
__IO hal_pkc_state_t | state |
__IO uint32_t | error_code |
uint32_t | timeout |
uint32_t | retention [1] |
PKC handle Structure definition.
Definition at line 133 of file gr55xx_hal_pkc.h.
__IO uint32_t _pkc_handle::error_code |
PKC Error code
Definition at line 149 of file gr55xx_hal_pkc.h.
pkc_init_t _pkc_handle::init |
PKC operation parameters
Definition at line 137 of file gr55xx_hal_pkc.h.
__IO hal_lock_t _pkc_handle::lock |
Locking object
Definition at line 145 of file gr55xx_hal_pkc.h.
pkc_regs_t* _pkc_handle::p_instance |
PKC registers base address
Definition at line 135 of file gr55xx_hal_pkc.h.
uint32_t* _pkc_handle::p_P |
Prime number
Definition at line 143 of file gr55xx_hal_pkc.h.
void* _pkc_handle::p_result |
Pointer to PKC result buffer
Definition at line 139 of file gr55xx_hal_pkc.h.
uint32_t _pkc_handle::retention[1] |
pkc important register information.
Definition at line 153 of file gr55xx_hal_pkc.h.
uint32_t _pkc_handle::shift_count |
Count to left shift
Definition at line 141 of file gr55xx_hal_pkc.h.
__IO hal_pkc_state_t _pkc_handle::state |
PKC operation state
Definition at line 147 of file gr55xx_hal_pkc.h.
uint32_t _pkc_handle::timeout |
Timeout for the PKC operation
Definition at line 151 of file gr55xx_hal_pkc.h.