_pkc_handle Struct Reference

PKC handle Structure definition. More...

#include <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_pkc_state_t state
 
__IO uint32_t error_code
 

Detailed Description

PKC handle Structure definition.

Definition at line 126 of file hal_pkc.h.

Member Data Documentation

◆ error_code

__IO uint32_t _pkc_handle::error_code

PKC Error code

Definition at line 134 of file hal_pkc.h.

◆ init

pkc_init_t _pkc_handle::init

PKC operation parameters

Definition at line 129 of file hal_pkc.h.

◆ p_instance

pkc_regs_t* _pkc_handle::p_instance

PKC registers base address

Definition at line 128 of file hal_pkc.h.

◆ p_P

uint32_t* _pkc_handle::p_P

Prime number

Definition at line 132 of file hal_pkc.h.

◆ p_result

void* _pkc_handle::p_result

Pointer to PKC result buffer

Definition at line 130 of file hal_pkc.h.

◆ shift_count

uint32_t _pkc_handle::shift_count

Count to left shift

Definition at line 131 of file hal_pkc.h.

◆ state

__IO hal_pkc_state_t _pkc_handle::state

PKC operation state

Definition at line 133 of file hal_pkc.h.


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