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...
 

Detailed Description

Function Documentation

◆ ll_pkc_disable_it_big_add_overflow()

__STATIC_INLINE void ll_pkc_disable_it_big_add_overflow ( pkc_regs_t *  PKCx)

Disable the big integer overflow interrupt.

Register BitsName
INTEN BAOVF
Parameters
PKCxPKC instance
Return values
none.

◆ ll_pkc_disable_it_done()

__STATIC_INLINE void ll_pkc_disable_it_done ( pkc_regs_t *  PKCx)

Disable the operation done interrupt.

Register BitsName
INTEN DONE
Parameters
PKCxPKC instance
Return values
none.

◆ ll_pkc_disable_it_err()

__STATIC_INLINE void ll_pkc_disable_it_err ( pkc_regs_t *  PKCx)

Disable the operation error interrupt.

Register BitsName
INTEN ERR
Parameters
PKCxPKC instance
Return values
none.

◆ ll_pkc_enable_it_big_add_overflow()

__STATIC_INLINE void ll_pkc_enable_it_big_add_overflow ( pkc_regs_t *  PKCx)

Enable the big integer overflow interrupt.

Register BitsName
INTEN BAOVF
Parameters
PKCxPKC instance
Return values
none.

◆ ll_pkc_enable_it_done()

__STATIC_INLINE void ll_pkc_enable_it_done ( pkc_regs_t *  PKCx)

Enable the operation done interrupt.

Register BitsName
INTEN DONE
Parameters
PKCxPKC instance
Return values
none.

◆ ll_pkc_enable_it_err()

__STATIC_INLINE void ll_pkc_enable_it_err ( pkc_regs_t *  PKCx)

Enable the operation error interrupt.

Register BitsName
INTEN ERR
Parameters
PKCxPKC instance
Return values
none.

◆ ll_pkc_is_enable_it_big_add_overflow()

__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
INTEN BAOVF
Parameters
PKCxPKC instance
Return values
Stateof bit (1 or 0).

◆ ll_pkc_is_enable_it_done()

__STATIC_INLINE uint32_t ll_pkc_is_enable_it_done ( pkc_regs_t *  PKCx)

Indicate whether the operation done interrupt is enable.

Register BitsName
INTEN DONE
Parameters
PKCxPKC instance
Return values
Stateof bit (1 or 0).

◆ ll_pkc_is_enable_it_err()

__STATIC_INLINE uint32_t ll_pkc_is_enable_it_err ( pkc_regs_t *  PKCx)

Indicate whether the operation error interrupt is enable.

Register BitsName
INTEN ERR
Parameters
PKCxPKC instance
Return values
Stateof bit (1 or 0).