#[repr(C)]pub struct SDBANK {
pub sdcr: Reg<SDCR_SPEC>,
pub sdtr: Reg<SDTR_SPEC>,
/* private fields */
}Expand description
Register block
Fields
sdcr: Reg<SDCR_SPEC>0x00 - This register contains the control parameters for each SDRAM memory bank
sdtr: Reg<SDTR_SPEC>0x08 - This register contains the timing parameters of each SDRAM bank
Auto Trait Implementations
impl !RefUnwindSafe for SDBANK
impl Send for SDBANK
impl !Sync for SDBANK
impl Unpin for SDBANK
impl UnwindSafe for SDBANK
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more