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

type INT_ST = Reg<u32, _INT_ST>;

PCNT_INT_ST

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

For information about available fields see int_st module

Trait Implementations

impl Readable for INT_ST[src]

read() method returns int_st::R reader structure

impl ResetValue for INT_ST[src]

Register INT_ST reset()'s with value 0

impl Writable for INT_ST[src]

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