Functions | |
__STATIC_INLINE void | ll_pkc_enable_it_done (pkc_regs_t *PKCx) |
Enable the operation done interrupt. More... | |
__STATIC_INLINE void | ll_pkc_enable_it_err (pkc_regs_t *PKCx) |
Enable the operation error interrupt. More... | |
__STATIC_INLINE void | ll_pkc_enable_it_big_add_overflow (pkc_regs_t *PKCx) |
Enable the big integer overflow interrupt. More... | |
__STATIC_INLINE void | ll_pkc_disable_it_done (pkc_regs_t *PKCx) |
Disable the operation done interrupt. More... | |
__STATIC_INLINE void | ll_pkc_disable_it_err (pkc_regs_t *PKCx) |
Disable the operation error interrupt. More... | |
__STATIC_INLINE void | ll_pkc_disable_it_big_add_overflow (pkc_regs_t *PKCx) |
Disable the big integer overflow interrupt. More... | |
__STATIC_INLINE uint32_t | ll_pkc_is_enable_it_done (pkc_regs_t *PKCx) |
Indicate whether the operation done interrupt is enable. More... | |
__STATIC_INLINE uint32_t | ll_pkc_is_enable_it_err (pkc_regs_t *PKCx) |
Indicate whether the operation error interrupt is enable. More... | |
__STATIC_INLINE uint32_t | ll_pkc_is_enable_it_big_add_overflow (pkc_regs_t *PKCx) |
Indicate whether the big integer overflow interrupt is enable. More... | |
__STATIC_INLINE void ll_pkc_disable_it_big_add_overflow | ( | pkc_regs_t * | PKCx | ) |
Disable the big integer overflow interrupt.
Register|BitsName ---------------|--------------- INT_EN | BAOVF
PKCx | PKC instance |
none. |
Definition at line 2260 of file gr55xx_ll_pkc.h.
__STATIC_INLINE void ll_pkc_disable_it_done | ( | pkc_regs_t * | PKCx | ) |
Disable the operation done interrupt.
Register|BitsName ---------------|--------------- INT_EN | DONE
PKCx | PKC instance |
none. |
Definition at line 2230 of file gr55xx_ll_pkc.h.
__STATIC_INLINE void ll_pkc_disable_it_err | ( | pkc_regs_t * | PKCx | ) |
Disable the operation error interrupt.
Register|BitsName ---------------|--------------- INT_EN | ERR
PKCx | PKC instance |
none. |
Definition at line 2245 of file gr55xx_ll_pkc.h.
__STATIC_INLINE void ll_pkc_enable_it_big_add_overflow | ( | pkc_regs_t * | PKCx | ) |
Enable the big integer overflow interrupt.
Register|BitsName ---------------|--------------- INT_EN | BAOVF
PKCx | PKC instance |
none. |
Definition at line 2215 of file gr55xx_ll_pkc.h.
__STATIC_INLINE void ll_pkc_enable_it_done | ( | pkc_regs_t * | PKCx | ) |
Enable the operation done interrupt.
Register|BitsName ---------------|--------------- INT_EN | DONE
PKCx | PKC instance |
none. |
Definition at line 2185 of file gr55xx_ll_pkc.h.
__STATIC_INLINE void ll_pkc_enable_it_err | ( | pkc_regs_t * | PKCx | ) |
Enable the operation error interrupt.
Register|BitsName ---------------|--------------- INT_EN | ERR
PKCx | PKC instance |
none. |
Definition at line 2200 of file gr55xx_ll_pkc.h.
__STATIC_INLINE uint32_t ll_pkc_is_enable_it_big_add_overflow | ( | pkc_regs_t * | PKCx | ) |
Indicate whether the big integer overflow interrupt is enable.
Register|BitsName ---------------|--------------- INT_EN | BAOVF
PKCx | PKC instance |
State | of bit (1 or 0). |
Definition at line 2305 of file gr55xx_ll_pkc.h.
__STATIC_INLINE uint32_t ll_pkc_is_enable_it_done | ( | pkc_regs_t * | PKCx | ) |
Indicate whether the operation done interrupt is enable.
Register|BitsName ---------------|--------------- INT_EN | DONE
PKCx | PKC instance |
State | of bit (1 or 0). |
Definition at line 2275 of file gr55xx_ll_pkc.h.
__STATIC_INLINE uint32_t ll_pkc_is_enable_it_err | ( | pkc_regs_t * | PKCx | ) |
Indicate whether the operation error interrupt is enable.
Register|BitsName ---------------|--------------- INT_EN | ERR
PKCx | PKC instance |
State | of bit (1 or 0). |
Definition at line 2290 of file gr55xx_ll_pkc.h.