Functions | |
__STATIC_INLINE void | ll_hmac_set_dma_transfer_block (hmac_regs_t *HMACx, uint32_t block) |
Set HMAC transfer blocks in DMA mode. More... | |
__STATIC_INLINE uint32_t | ll_hmac_get_dma_transfer_block (hmac_regs_t *HMACx) |
Get HMAC transfer blocks in DMA mode. More... | |
__STATIC_INLINE void | ll_hmac_set_dma_read_address (hmac_regs_t *HMACx, uint32_t address) |
Set HMAC read address of RAM in DMA mode. More... | |
__STATIC_INLINE uint32_t | ll_hmac_get_dma_read_address (hmac_regs_t *HMACx) |
Get HMAC read address of RAM in DMA mode. More... | |
__STATIC_INLINE void | ll_hmac_set_dma_write_address (hmac_regs_t *HMACx, uint32_t address) |
Set HMAC write address of RAM in DMA mode. More... | |
__STATIC_INLINE uint32_t | ll_hmac_get_dma_write_address (hmac_regs_t *HMACx) |
Get HMAC write address of RAM in DMA mode. More... | |
__STATIC_INLINE uint32_t ll_hmac_get_dma_read_address | ( | hmac_regs_t * | HMACx | ) |
Get HMAC read address of RAM in DMA mode.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | RSTART_ADDR | RSTART_ADDR | +———————-+———————————–+ \endrst
HMACx | HMAC instance |
Return | value is the address in RAM |
Definition at line 906 of file gr55xx_ll_hmac.h.
__STATIC_INLINE uint32_t ll_hmac_get_dma_transfer_block | ( | hmac_regs_t * | HMACx | ) |
Get HMAC transfer blocks in DMA mode.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | TRANSIZE | TRANSIZE | +———————-+———————————–+ \endrst
HMACx | HMAC instance |
Return | value is between: 1 ~ 512 |
Definition at line 867 of file gr55xx_ll_hmac.h.
__STATIC_INLINE uint32_t ll_hmac_get_dma_write_address | ( | hmac_regs_t * | HMACx | ) |
Get HMAC write address of RAM in DMA mode.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | WSTART_ADDR | WSTART_ADDR | +———————-+———————————–+ \endrst
HMACx | HMAC instance |
Return | value is the address in RAM |
Definition at line 945 of file gr55xx_ll_hmac.h.
__STATIC_INLINE void ll_hmac_set_dma_read_address | ( | hmac_regs_t * | HMACx, |
uint32_t | address | ||
) |
Set HMAC read address of RAM in DMA mode.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | RSTART_ADDR | RSTART_ADDR | +———————-+———————————–+ \endrst
HMACx | HMAC instance |
address | This parameter can be one of the address in RAM |
None |
Definition at line 887 of file gr55xx_ll_hmac.h.
__STATIC_INLINE void ll_hmac_set_dma_transfer_block | ( | hmac_regs_t * | HMACx, |
uint32_t | block | ||
) |
Set HMAC transfer blocks in DMA mode.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | TRANSIZE | TRANSIZE | +———————-+———————————–+ \endrst
HMACx | HMAC instance |
block | This parameter can be one of the following values: 1 ~ 512 |
None |
Definition at line 848 of file gr55xx_ll_hmac.h.
__STATIC_INLINE void ll_hmac_set_dma_write_address | ( | hmac_regs_t * | HMACx, |
uint32_t | address | ||
) |
Set HMAC write address of RAM in DMA mode.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | WSTART_ADDR | WSTART_ADDR | +———————-+———————————–+ \endrst
HMACx | HMAC instance |
address | This parameter can be one of the address in RAM |
None |
Definition at line 926 of file gr55xx_ll_hmac.h.