Struct jh7110_vf2_13b_pac::uart4::sthr1::STHR1_SPEC
source · pub struct STHR1_SPEC;
Expand description
Shadow Transmit Holding Register 1: This register is only valid when the DW_apb_uart is configured to have additional shadow registers implemented (SHADOW == YES). If shadow registers are not implemented, this register does not exist and reading from this register address returns zero.
You can read
this register and get sthr1::R
. You can reset
, write
, write_with_zero
this register using sthr1::W
. You can also modify
this register. See API.
Trait Implementations§
source§impl RegisterSpec for STHR1_SPEC
impl RegisterSpec for STHR1_SPEC
source§impl Resettable for STHR1_SPEC
impl Resettable for STHR1_SPEC
reset()
method sets sthr1 to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart4::sthr1::STHR1_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart4::sthr1::STHR1_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.
source§impl Writable for STHR1_SPEC
impl Writable for STHR1_SPEC
write(|w| ..)
method takes sthr1::W
writer structure
source§const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <uart4::sthr1::STHR1_SPEC as generic::RegisterSpec>::Ux}
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <uart4::sthr1::STHR1_SPEC as generic::RegisterSpec>::Ux}
Specifies the register bits that are not changed if you pass
1
and are changed if you pass 0
source§const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <uart4::sthr1::STHR1_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <uart4::sthr1::STHR1_SPEC as generic::RegisterSpec>::Ux}
Specifies the register bits that are not changed if you pass
0
and are changed if you pass 1
impl Readable for STHR1_SPEC
read()
method returns sthr1::R
reader structure
Auto Trait Implementations§
impl RefUnwindSafe for STHR1_SPEC
impl Send for STHR1_SPEC
impl Sync for STHR1_SPEC
impl Unpin for STHR1_SPEC
impl UnwindSafe for STHR1_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