pub struct R(/* private fields */);Expand description
Register ppu_ctrl_hw reader
Implementations§
Source§impl R
impl R
Sourcepub fn ppu_lna_hw(&self) -> PPU_LNA_HW_R
pub fn ppu_lna_hw(&self) -> PPU_LNA_HW_R
Bit 8
Sourcepub fn ppu_rmxgm_hw(&self) -> PPU_RMXGM_HW_R
pub fn ppu_rmxgm_hw(&self) -> PPU_RMXGM_HW_R
Bit 9
Sourcepub fn ppu_rbb_hw(&self) -> PPU_RBB_HW_R
pub fn ppu_rbb_hw(&self) -> PPU_RBB_HW_R
Bit 11
Sourcepub fn ppu_vco_hw(&self) -> PPU_VCO_HW_R
pub fn ppu_vco_hw(&self) -> PPU_VCO_HW_R
Bit 20
Sourcepub fn ppu_fbdv_hw(&self) -> PPU_FBDV_HW_R
pub fn ppu_fbdv_hw(&self) -> PPU_FBDV_HW_R
Bit 21
Sourcepub fn ppu_pfd_hw(&self) -> PPU_PFD_HW_R
pub fn ppu_pfd_hw(&self) -> PPU_PFD_HW_R
Bit 22
Sourcepub fn ppu_osmx_hw(&self) -> PPU_OSMX_HW_R
pub fn ppu_osmx_hw(&self) -> PPU_OSMX_HW_R
Bit 23
Sourcepub fn ppu_rxbuf_hw(&self) -> PPU_RXBUF_HW_R
pub fn ppu_rxbuf_hw(&self) -> PPU_RXBUF_HW_R
Bit 24
Sourcepub fn ppu_txbuf_hw(&self) -> PPU_TXBUF_HW_R
pub fn ppu_txbuf_hw(&self) -> PPU_TXBUF_HW_R
Bit 25
Methods from Deref<Target = R<PPU_CTRL_HW_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more