[][src]Type Definition esp32::rmt::CH2STATUS

type CH2STATUS = Reg<u32, _CH2STATUS>;

RMT_CH2STATUS

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

For information about avaliable fields see ch2status module

Trait Implementations

impl Readable for CH2STATUS[src]

read() method returns ch2status::R reader structure

impl ResetValue for CH2STATUS[src]

Register CH2STATUS reset()'s with value 0

type Type = u32

Register size

impl Writable for CH2STATUS[src]

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