Struct esp32s3::dma::extmem_reject_st::EXTMEM_REJECT_ST_SPEC
source · pub struct EXTMEM_REJECT_ST_SPEC;
Expand description
Reject status accessing external RAM
You can read
this register and get extmem_reject_st::R
. See API.
Trait Implementations§
source§impl RegisterSpec for EXTMEM_REJECT_ST_SPEC
impl RegisterSpec for EXTMEM_REJECT_ST_SPEC
source§impl Resettable for EXTMEM_REJECT_ST_SPEC
impl Resettable for EXTMEM_REJECT_ST_SPEC
reset()
method sets EXTMEM_REJECT_ST to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::extmem_reject_st::EXTMEM_REJECT_ST_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::extmem_reject_st::EXTMEM_REJECT_ST_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for EXTMEM_REJECT_ST_SPEC
read()
method returns extmem_reject_st::R
reader structure
Auto Trait Implementations§
impl RefUnwindSafe for EXTMEM_REJECT_ST_SPEC
impl Send for EXTMEM_REJECT_ST_SPEC
impl Sync for EXTMEM_REJECT_ST_SPEC
impl Unpin for EXTMEM_REJECT_ST_SPEC
impl UnwindSafe for EXTMEM_REJECT_ST_SPEC
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