Module nrf5340_net_pac::ecb_ns[][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

Publish configuration for event ENDECB

Publish configuration for event ERRORECB

Subscribe configuration for task STARTECB

Subscribe configuration for task STOPECB

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>

PUBLISH_ENDECB register accessor: an alias for Reg<PUBLISH_ENDECB_SPEC>

PUBLISH_ERRORECB register accessor: an alias for Reg<PUBLISH_ERRORECB_SPEC>

SUBSCRIBE_STARTECB register accessor: an alias for Reg<SUBSCRIBE_STARTECB_SPEC>

SUBSCRIBE_STOPECB register accessor: an alias for Reg<SUBSCRIBE_STOPECB_SPEC>

TASKS_STARTECB register accessor: an alias for Reg<TASKS_STARTECB_SPEC>

TASKS_STOPECB register accessor: an alias for Reg<TASKS_STOPECB_SPEC>