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§
- Register
Block - 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>