[][src]Trait imxrt1062_bee::Readable

pub trait Readable { }

This trait shows that register has read method

Registers marked with Writable can be also modify'ed

Implementors

impl Readable for ADDR_OFFSET0[src]

read() method returns addr_offset0::R reader structure

impl Readable for ADDR_OFFSET1[src]

read() method returns addr_offset1::R reader structure

impl Readable for AES_KEY0_W0[src]

read() method returns aes_key0_w0::R reader structure

impl Readable for AES_KEY0_W1[src]

read() method returns aes_key0_w1::R reader structure

impl Readable for AES_KEY0_W2[src]

read() method returns aes_key0_w2::R reader structure

impl Readable for AES_KEY0_W3[src]

read() method returns aes_key0_w3::R reader structure

impl Readable for CTRL[src]

read() method returns ctrl::R reader structure

impl Readable for REGION1_BOT[src]

read() method returns region1_bot::R reader structure

impl Readable for REGION1_TOP[src]

read() method returns region1_top::R reader structure

impl Readable for STATUS[src]

read() method returns status::R reader structure

Loading content...