[][src]Type Definition cc3220sf::aes::SYSCONFIG

type SYSCONFIG = Reg<u32, _SYSCONFIG>;

Register AES_SYSCONFIG.This register configures the DMA signals and controls the IDLE and reset logic

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see sysconfig module

Trait Implementations

impl Readable for SYSCONFIG[src]

read() method returns sysconfig::R reader structure

impl ResetValue for SYSCONFIG[src]

Register SYSCONFIG reset()'s with value 0

type Type = u32

Register size

impl Writable for SYSCONFIG[src]

write(|w| ..) method takes sysconfig::W writer structure