Functions | |
| __STATIC_INLINE uint32_t | ll_pkc_is_action_flag_it_done (pkc_regs_t *PKCx) |
| Indicate whether the operation done interrupt is pending. More... | |
| __STATIC_INLINE uint32_t | ll_pkc_is_action_flag_it_err (pkc_regs_t *PKCx) |
| Indicate whether the operation error interrupt is pending. More... | |
| __STATIC_INLINE uint32_t | ll_pkc_is_action_flag_it_big_add_overflow (pkc_regs_t *PKCx) |
| Indicate whether the big integer overflow interrupt is pending. More... | |
| __STATIC_INLINE void | ll_pkc_clear_flag_it_done (pkc_regs_t *PKCx) |
| Clear the operation done interrupt flag. More... | |
| __STATIC_INLINE void | ll_pkc_clear_flag_it_err (pkc_regs_t *PKCx) |
| Clear the operation error interrupt flag. More... | |
| __STATIC_INLINE void | ll_pkc_clear_flag_it_big_add_overflow (pkc_regs_t *PKCx) |
| Clear the big integer overflow interrupt flag. More... | |
| __STATIC_INLINE uint32_t | ll_pkc_is_action_flag_busy (pkc_regs_t *PKCx) |
| Indicate whether the busy flag is set. More... | |
| __STATIC_INLINE void ll_pkc_clear_flag_it_big_add_overflow | ( | pkc_regs_t * | PKCx | ) |
Clear the big integer overflow interrupt flag.
| Register | BitsName |
|---|---|
| INTSTAT | BAOVF |
| PKCx | PKC instance |
| none. |
| __STATIC_INLINE void ll_pkc_clear_flag_it_done | ( | pkc_regs_t * | PKCx | ) |
Clear the operation done interrupt flag.
| Register | BitsName |
|---|---|
| INTSTAT | DONE |
| PKCx | PKC instance |
| none. |
| __STATIC_INLINE void ll_pkc_clear_flag_it_err | ( | pkc_regs_t * | PKCx | ) |
Clear the operation error interrupt flag.
| Register | BitsName |
|---|---|
| INTSTAT | ERR |
| PKCx | PKC instance |
| none. |
| __STATIC_INLINE uint32_t ll_pkc_is_action_flag_busy | ( | pkc_regs_t * | PKCx | ) |
Indicate whether the busy flag is set.
| Register | BitsName |
|---|---|
| WORKSTAT | BUSY |
| PKCx | PKC instance |
| State | of bit (1 or 0). |
| __STATIC_INLINE uint32_t ll_pkc_is_action_flag_it_big_add_overflow | ( | pkc_regs_t * | PKCx | ) |
Indicate whether the big integer overflow interrupt is pending.
| Register | BitsName |
|---|---|
| INTSTAT | BAOVF |
| PKCx | PKC instance |
| State | of bit (1 or 0). |
| __STATIC_INLINE uint32_t ll_pkc_is_action_flag_it_done | ( | pkc_regs_t * | PKCx | ) |
Indicate whether the operation done interrupt is pending.
| Register | BitsName |
|---|---|
| INTSTAT | DONE |
| PKCx | PKC instance |
| State | of bit (1 or 0). |
| __STATIC_INLINE uint32_t ll_pkc_is_action_flag_it_err | ( | pkc_regs_t * | PKCx | ) |
Indicate whether the operation error interrupt is pending.
| Register | BitsName |
|---|---|
| INTSTAT | ERR |
| PKCx | PKC instance |
| State | of bit (1 or 0). |