Module nrf52811_pac::ecb[][src]

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 Definitions

ECBDATAPTR register accessor: an alias for Reg<ECBDATAPTR_SPEC>

EVENTS_ENDECB register accessor: an alias for Reg<EVENTS_ENDECB_SPEC>

EVENTS_ERRORECB register accessor: an alias for Reg<EVENTS_ERRORECB_SPEC>

INTENCLR register accessor: an alias for Reg<INTENCLR_SPEC>

INTENSET register accessor: an alias for Reg<INTENSET_SPEC>

TASKS_STARTECB register accessor: an alias for Reg<TASKS_STARTECB_SPEC>

TASKS_STOPECB register accessor: an alias for Reg<TASKS_STOPECB_SPEC>