Module ecb

Source
Expand description

AES ECB Mode Encryption

Modules§

ecbdataptr
ECB block encrypt memory pointers
events_endecb
ECB block encrypt complete
events_errorecb
ECB block encrypt aborted because of a STOPECB task or due to an error
intenclr
Disable interrupt
intenset
Enable interrupt
tasks_startecb
Start ECB block encrypt
tasks_stopecb
Abort a possible executing ECB operation

Structs§

RegisterBlock
Register block

Type Aliases§

ECBDATAPTR
ECBDATAPTR (rw) register accessor: an alias for Reg<ECBDATAPTR_SPEC>
EVENTS_ENDECB
EVENTS_ENDECB (rw) register accessor: an alias for Reg<EVENTS_ENDECB_SPEC>
EVENTS_ERRORECB
EVENTS_ERRORECB (rw) register accessor: an alias for Reg<EVENTS_ERRORECB_SPEC>
INTENCLR
INTENCLR (rw) register accessor: an alias for Reg<INTENCLR_SPEC>
INTENSET
INTENSET (rw) register accessor: an alias for Reg<INTENSET_SPEC>
TASKS_STARTECB
TASKS_STARTECB (w) register accessor: an alias for Reg<TASKS_STARTECB_SPEC>
TASKS_STOPECB
TASKS_STOPECB (w) register accessor: an alias for Reg<TASKS_STOPECB_SPEC>