Expand description
AES ECB Mode Encryption
Modules§
- ECB block encrypt memory pointers
- ECB block encrypt complete
- ECB block encrypt aborted because of a STOPECB task or due to an error
- Disable interrupt
- Enable interrupt
- Start ECB block encrypt
- Abort a possible executing ECB operation
Structs§
- Register block
Type Aliases§
- ECBDATAPTR (rw) register accessor: an alias for
Reg<ECBDATAPTR_SPEC> - EVENTS_ENDECB (rw) register accessor: an alias for
Reg<EVENTS_ENDECB_SPEC> - EVENTS_ERRORECB (rw) register accessor: an alias for
Reg<EVENTS_ERRORECB_SPEC> - INTENCLR (rw) register accessor: an alias for
Reg<INTENCLR_SPEC> - INTENSET (rw) register accessor: an alias for
Reg<INTENSET_SPEC> - TASKS_STARTECB (w) register accessor: an alias for
Reg<TASKS_STARTECB_SPEC> - TASKS_STOPECB (w) register accessor: an alias for
Reg<TASKS_STOPECB_SPEC>