Collaboration diagram for Initialization and de-initialization functions:Functions | |
| error_status_t | ll_pkc_deinit (pkc_regs_t *PKCx) |
| De-initialize PKC registers (Registers restored to their default values). More... | |
| error_status_t | ll_pkc_init (pkc_regs_t *PKCx, ll_pkc_init_t *p_pkc_init) |
| Initialize PKC registers according to the specified parameters in p_pkc_init. More... | |
| void | ll_pkc_struct_init (ll_pkc_init_t *p_pkc_init) |
| Set each field of a ll_pkc_init_t type structure to default value. More... | |
| error_status_t ll_pkc_deinit | ( | pkc_regs_t * | PKCx | ) |
De-initialize PKC registers (Registers restored to their default values).
| PKCx | PKC Instance |
| An | error_status_t enumeration value:
|
| error_status_t ll_pkc_init | ( | pkc_regs_t * | PKCx, |
| ll_pkc_init_t * | p_pkc_init | ||
| ) |
Initialize PKC registers according to the specified parameters in p_pkc_init.
| PKCx | PKC Instance |
| p_pkc_init | pointer to a ll_pkc_init_t structure that contains the configuration information for the specified PKC peripheral. |
| An | error_status_t enumeration value:
|
| void ll_pkc_struct_init | ( | ll_pkc_init_t * | p_pkc_init | ) |
Set each field of a ll_pkc_init_t type structure to default value.
| p_pkc_init | pointer to a ll_pkc_init_t structure whose fields will be set to default values. |
| None |