_pkc_handle Struct Reference

PKC handle Structure definition. More...

#include <gr55xx_hal_pkc.h>

Data Fields

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]
 

Detailed Description

PKC handle Structure definition.

Field Documentation

◆ error_code

__IO uint32_t _pkc_handle::error_code

PKC Error code

◆ init

pkc_init_t _pkc_handle::init

PKC operation parameters

◆ lock

__IO hal_lock_t _pkc_handle::lock

Locking object

◆ p_instance

pkc_regs_t* _pkc_handle::p_instance

PKC registers base address

◆ p_P

uint32_t* _pkc_handle::p_P

Prime number

◆ p_result

void* _pkc_handle::p_result

Pointer to PKC result buffer

◆ retention

uint32_t _pkc_handle::retention[1]

pkc important register information.

◆ shift_count

uint32_t _pkc_handle::shift_count

Count to left shift

◆ state

__IO hal_pkc_state_t _pkc_handle::state

PKC operation state

◆ timeout

uint32_t _pkc_handle::timeout

Timeout for the PKC operation


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