pub struct R(/* private fields */);
Expand description
Register spi_bgr
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn spi_gating(&self, n: u8) -> SPI_GATING_R
pub unsafe fn spi_gating(&self, n: u8) -> SPI_GATING_R
Gating Clock
sourcepub fn spi0_gating(&self) -> SPI_GATING_R
pub fn spi0_gating(&self) -> SPI_GATING_R
Bit 0 - Gating Clock
sourcepub fn spi1_gating(&self) -> SPI_GATING_R
pub fn spi1_gating(&self) -> SPI_GATING_R
Bit 1 - Gating Clock
Methods from Deref<Target = R<SPI_BGR_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