block/ECB: description: AES ECB Mode Encryption. items: - name: TASKS_STARTECB description: Start ECB block encrypt. If a crypto operation is running, this will not initiate a new encryption and the ERRORECB event will be triggered. byte_offset: 0 access: Write - name: TASKS_STOPECB description: Stop current ECB encryption. If a crypto operation is running, this will will trigger the ERRORECB event. byte_offset: 4 access: Write - name: EVENTS_ENDECB description: ECB block encrypt complete. byte_offset: 256 - name: EVENTS_ERRORECB description: ECB block encrypt aborted due to a STOPECB task or due to an error. byte_offset: 260 - name: INTENSET description: Interrupt enable set register. byte_offset: 772 fieldset: INTENSET - name: INTENCLR description: Interrupt enable clear register. byte_offset: 776 fieldset: INTENCLR - name: ECBDATAPTR description: ECB block encrypt memory pointer. byte_offset: 1284 - name: POWER description: Peripheral power control. byte_offset: 4092 fieldset: POWER fieldset/INTENCLR: description: Interrupt enable clear register. fields: - name: ENDECB description: Disable interrupt on ENDECB event. bit_offset: 0 bit_size: 1 enum: INTENCLR_ENDECB - name: ERRORECB description: Disable interrupt on ERRORECB event. bit_offset: 1 bit_size: 1 enum: INTENCLR_ERRORECB fieldset/INTENSET: description: Interrupt enable set register. fields: - name: ENDECB description: Enable interrupt on ENDECB event. bit_offset: 0 bit_size: 1 enum: INTENSET_ENDECB - name: ERRORECB description: Enable interrupt on ERRORECB event. bit_offset: 1 bit_size: 1 enum: INTENSET_ERRORECB fieldset/POWER: description: Peripheral power control. fields: - name: POWER description: Peripheral power control. bit_offset: 0 bit_size: 1 enum: POWER enum/INTENCLR_ENDECB: bit_size: 1 variants: - name: Disabled description: Interrupt disabled. value: 0 - name: R_Enabled_W_Clear description: Interrupt enabled. value: 1 enum/INTENCLR_ERRORECB: bit_size: 1 variants: - name: Disabled description: Interrupt disabled. value: 0 - name: R_Enabled_W_Clear description: Interrupt enabled. value: 1 enum/INTENSET_ENDECB: bit_size: 1 variants: - name: Disabled description: Interrupt disabled. value: 0 - name: R_Enabled_W_Set description: Interrupt enabled. value: 1 enum/INTENSET_ERRORECB: bit_size: 1 variants: - name: Disabled description: Interrupt disabled. value: 0 - name: R_Enabled_W_Set description: Interrupt enabled. value: 1 enum/POWER: bit_size: 1 variants: - name: Disabled description: Module power disabled. value: 0 - name: Enabled description: Module power enabled. value: 1