Struct Pcscntr
#[repr(transparent)]pub struct Pcscntr(pub u32);Expand description
PSRAM chip select counter register
Tuple Fields§
§0: u32Implementations§
§impl Pcscntr
impl Pcscntr
pub const fn set_cscount(&mut self, val: u16)
pub const fn set_cscount(&mut self, val: u16)
Chip select counter
pub const fn set_cntb1en(&mut self, val: bool)
pub const fn set_cntb1en(&mut self, val: bool)
Counter Bank 1 enable
pub const fn set_cntb2en(&mut self, val: bool)
pub const fn set_cntb2en(&mut self, val: bool)
Counter Bank 2 enable
pub const fn set_cntb3en(&mut self, val: bool)
pub const fn set_cntb3en(&mut self, val: bool)
Counter Bank 3 enable
pub const fn set_cntb4en(&mut self, val: bool)
pub const fn set_cntb4en(&mut self, val: bool)
Counter Bank 4 enable
Trait Implementations§
impl Copy for Pcscntr
impl Eq for Pcscntr
impl StructuralPartialEq for Pcscntr
Auto Trait Implementations§
impl Freeze for Pcscntr
impl RefUnwindSafe for Pcscntr
impl Send for Pcscntr
impl Sync for Pcscntr
impl Unpin for Pcscntr
impl UnwindSafe for Pcscntr
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