[][src]Type Definition esp32::slc::RX_STATUS

type RX_STATUS = Reg<u32, _RX_STATUS>;

SLC_RX_STATUS

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

For information about available fields see rx_status module

Trait Implementations

impl Readable for RX_STATUS[src]

read() method returns rx_status::R reader structure

impl ResetValue for RX_STATUS[src]

Register RX_STATUS reset()'s with value 0

impl Writable for RX_STATUS[src]

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