[][src]Trait imxrt1062_pgc::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 CPU_CTRL[src]

read() method returns cpu_ctrl::R reader structure

impl Readable for CPU_PDNSCR[src]

read() method returns cpu_pdnscr::R reader structure

impl Readable for CPU_PUPSCR[src]

read() method returns cpu_pupscr::R reader structure

impl Readable for CPU_SR[src]

read() method returns cpu_sr::R reader structure

impl Readable for MEGA_CTRL[src]

read() method returns mega_ctrl::R reader structure

impl Readable for MEGA_PDNSCR[src]

read() method returns mega_pdnscr::R reader structure

impl Readable for MEGA_PUPSCR[src]

read() method returns mega_pupscr::R reader structure

impl Readable for MEGA_SR[src]

read() method returns mega_sr::R reader structure

Loading content...