Struct esp32_hal::pac::dport::rom_fo_ctrl::R
pub struct R(_);
Expand description
Register ROM_FO_CTRL
reader
Implementations§
§impl R
impl R
pub fn pro_rom_fo(&self) -> BitReaderRaw<bool>
pub fn pro_rom_fo(&self) -> BitReaderRaw<bool>
Bit 0
pub fn app_rom_fo(&self) -> BitReaderRaw<bool>
pub fn app_rom_fo(&self) -> BitReaderRaw<bool>
Bit 1
Bits 2:7
Methods from Deref<Target = R<ROM_FO_CTRL_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<ROM_FO_CTRL_SPEC>> for R
impl From<R<ROM_FO_CTRL_SPEC>> for R
§fn from(reader: R<ROM_FO_CTRL_SPEC>) -> R
fn from(reader: R<ROM_FO_CTRL_SPEC>) -> R
Converts to this type from the input type.