#[repr(C)]pub struct RegisterBlock {
pub sd_chip_id_low: SD_CHIP_ID_LOW,
pub sd_chip_id_high: SD_CHIP_ID_HIGH,
pub sd_wifi_mac_low: SD_WIFI_MAC_LOW,
pub sd_wifi_mac_high: SD_WIFI_MAC_HIGH,
pub sd_dbg_pwd_low: SD_DBG_PWD_LOW,
pub sd_dbg_pwd_high: SD_DBG_PWD_HIGH,
pub sd_status: SD_STATUS,
pub sd_dbg_reserved: SD_DBG_RESERVED,
}Expand description
Register block
Fields§
§sd_chip_id_low: SD_CHIP_ID_LOW0x00 - sd_chip_id_low.
sd_chip_id_high: SD_CHIP_ID_HIGH0x04 - sd_chip_id_high.
sd_wifi_mac_low: SD_WIFI_MAC_LOW0x08 - sd_wifi_mac_low.
sd_wifi_mac_high: SD_WIFI_MAC_HIGH0x0c - sd_wifi_mac_high.
sd_dbg_pwd_low: SD_DBG_PWD_LOW0x10 - sd_dbg_pwd_low.
sd_dbg_pwd_high: SD_DBG_PWD_HIGH0x14 - sd_dbg_pwd_high.
sd_status: SD_STATUS0x18 - sd_status.
sd_dbg_reserved: SD_DBG_RESERVED0x1c - sd_dbg_reserved.
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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