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] |
PKC handle Structure definition.
| __IO uint32_t _pkc_handle::error_code |
PKC Error code
| pkc_init_t _pkc_handle::init |
PKC operation parameters
| __IO hal_lock_t _pkc_handle::lock |
Locking object
| pkc_regs_t* _pkc_handle::p_instance |
PKC registers base address
| uint32_t* _pkc_handle::p_P |
Prime number
| void* _pkc_handle::p_result |
Pointer to PKC result buffer
| uint32_t _pkc_handle::retention[1] |
pkc important register information.
| uint32_t _pkc_handle::shift_count |
Count to left shift
| __IO hal_pkc_state_t _pkc_handle::state |
PKC operation state
| uint32_t _pkc_handle::timeout |
Timeout for the PKC operation