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 ---------------|--------------- INT_EN | BAOVF

Parameters
PKCxPKC instance
Return values
none.

Definition at line 2260 of file ll_pkc.h.

◆ ll_pkc_disable_it_done()

__STATIC_INLINE void ll_pkc_disable_it_done ( pkc_regs_t *  PKCx)

Disable the operation done interrupt.

Register|BitsName ---------------|--------------- INT_EN | DONE

Parameters
PKCxPKC instance
Return values
none.

Definition at line 2230 of file ll_pkc.h.

◆ ll_pkc_disable_it_err()

__STATIC_INLINE void ll_pkc_disable_it_err ( pkc_regs_t *  PKCx)

Disable the operation error interrupt.

Register|BitsName ---------------|--------------- INT_EN | ERR

Parameters
PKCxPKC instance
Return values
none.

Definition at line 2245 of file ll_pkc.h.

◆ 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 ---------------|--------------- INT_EN | BAOVF

Parameters
PKCxPKC instance
Return values
none.

Definition at line 2215 of file ll_pkc.h.

◆ ll_pkc_enable_it_done()

__STATIC_INLINE void ll_pkc_enable_it_done ( pkc_regs_t *  PKCx)

Enable the operation done interrupt.

Register|BitsName ---------------|--------------- INT_EN | DONE

Parameters
PKCxPKC instance
Return values
none.

Definition at line 2185 of file ll_pkc.h.

◆ ll_pkc_enable_it_err()

__STATIC_INLINE void ll_pkc_enable_it_err ( pkc_regs_t *  PKCx)

Enable the operation error interrupt.

Register|BitsName ---------------|--------------- INT_EN | ERR

Parameters
PKCxPKC instance
Return values
none.

Definition at line 2200 of file ll_pkc.h.

◆ 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 ---------------|--------------- INT_EN | BAOVF

Parameters
PKCxPKC instance
Return values
Stateof bit (1 or 0).

Definition at line 2305 of file ll_pkc.h.

◆ 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 ---------------|--------------- INT_EN | DONE

Parameters
PKCxPKC instance
Return values
Stateof bit (1 or 0).

Definition at line 2275 of file ll_pkc.h.

◆ 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 ---------------|--------------- INT_EN | ERR

Parameters
PKCxPKC instance
Return values
Stateof bit (1 or 0).

Definition at line 2290 of file ll_pkc.h.