pub struct W(_);Expand description
Register CORE_RST_EN writer
Implementations
sourceimpl W
impl W
sourcepub fn core_rst(&mut self) -> CORE_RST_W<'_, 0>
pub fn core_rst(&mut self) -> CORE_RST_W<'_, 0>
Bits 0:7
sourcepub fn btmac_rst(&mut self) -> BTMAC_RST_W<'_, 4>
pub fn btmac_rst(&mut self) -> BTMAC_RST_W<'_, 4>
Bit 4
sourcepub fn sdio_rst(&mut self) -> SDIO_RST_W<'_, 5>
pub fn sdio_rst(&mut self) -> SDIO_RST_W<'_, 5>
Bit 5
sourcepub fn sdio_host_rst(&mut self) -> SDIO_HOST_RST_W<'_, 6>
pub fn sdio_host_rst(&mut self) -> SDIO_HOST_RST_W<'_, 6>
Bit 6
sourcepub fn emac_rst(&mut self) -> EMAC_RST_W<'_, 7>
pub fn emac_rst(&mut self) -> EMAC_RST_W<'_, 7>
Bit 7
sourcepub fn macpwr_rst(&mut self) -> MACPWR_RST_W<'_, 8>
pub fn macpwr_rst(&mut self) -> MACPWR_RST_W<'_, 8>
Bit 8
sourcepub fn rw_btmac_rst(&mut self) -> RW_BTMAC_RST_W<'_, 9>
pub fn rw_btmac_rst(&mut self) -> RW_BTMAC_RST_W<'_, 9>
Bit 9
sourcepub fn rw_btlp_rst(&mut self) -> RW_BTLP_RST_W<'_, 10>
pub fn rw_btlp_rst(&mut self) -> RW_BTLP_RST_W<'_, 10>
Bit 10
Methods from Deref<Target = W<CORE_RST_EN_SPEC>>
Trait Implementations
sourceimpl From<W<CORE_RST_EN_SPEC>> for W
impl From<W<CORE_RST_EN_SPEC>> for W
sourcefn from(writer: W<CORE_RST_EN_SPEC>) -> Self
fn from(writer: W<CORE_RST_EN_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
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