[][src]Type Definition esp32::pcnt::U2_STATUS

type U2_STATUS = Reg<u32, _U2_STATUS>;

PCNT_U2_STATUS

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

For information about available fields see u2_status module

Trait Implementations

impl Readable for U2_STATUS[src]

read() method returns u2_status::R reader structure

impl ResetValue for U2_STATUS[src]

Register U2_STATUS reset()'s with value 0

type Type = u32

Raw register type (u8, u16, u32, ...).

impl Writable for U2_STATUS[src]

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