block/ECB: description: AES ECB Mode Encryption. items: - name: TASKS_STARTECB description: Start ECB block encrypt. byte_offset: 0 access: Write - name: TASKS_STOPECB description: Abort a possible executing ECB operation. byte_offset: 4 access: Write - name: EVENTS_ENDECB description: ECB block encrypt complete. byte_offset: 256 - name: EVENTS_ERRORECB description: ECB block encrypt aborted because of a STOPECB task or due to an error. byte_offset: 260 - name: INTENSET description: Enable interrupt. byte_offset: 772 fieldset: INTENSET - name: INTENCLR description: Disable interrupt. byte_offset: 776 fieldset: INTENCLR - name: ECBDATAPTR description: ECB block encrypt memory pointers. byte_offset: 1284 fieldset: ECBDATAPTR fieldset/ECBDATAPTR: description: ECB block encrypt memory pointers. fields: - name: ECBDATAPTR description: Pointer to the ECB data structure (see Table 1 ECB data structure overview). bit_offset: 0 bit_size: 32 fieldset/INTENCLR: description: Disable interrupt. fields: - name: ENDECB description: Write '1' to Disable interrupt for ENDECB event. bit_offset: 0 bit_size: 1 enum: INTENCLR_ENDECB - name: ERRORECB description: Write '1' to Disable interrupt for ERRORECB event. bit_offset: 1 bit_size: 1 enum: INTENCLR_ERRORECB fieldset/INTENSET: description: Enable interrupt. fields: - name: ENDECB description: Write '1' to Enable interrupt for ENDECB event. bit_offset: 0 bit_size: 1 enum: INTENSET_ENDECB - name: ERRORECB description: Write '1' to Enable interrupt for ERRORECB event. bit_offset: 1 bit_size: 1 enum: INTENSET_ERRORECB enum/INTENCLR_ENDECB: bit_size: 1 variants: - name: Disabled description: 'Read: Disabled.' value: 0 - name: R_Enabled_W_Clear description: 'Read: Enabled.' value: 1 enum/INTENCLR_ERRORECB: bit_size: 1 variants: - name: Disabled description: 'Read: Disabled.' value: 0 - name: R_Enabled_W_Clear description: 'Read: Enabled.' value: 1 enum/INTENSET_ENDECB: bit_size: 1 variants: - name: Disabled description: 'Read: Disabled.' value: 0 - name: R_Enabled_W_Set description: 'Read: Enabled.' value: 1 enum/INTENSET_ERRORECB: bit_size: 1 variants: - name: Disabled description: 'Read: Disabled.' value: 0 - name: R_Enabled_W_Set description: 'Read: Enabled.' value: 1