Struct nrf52840_pac::twis0::tasks_preparetx::TASKS_PREPARETX_SPEC
source · pub struct TASKS_PREPARETX_SPEC;
Expand description
Prepare the TWI slave to respond to a read command
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see tasks_preparetx module
Trait Implementations§
source§impl RegisterSpec for TASKS_PREPARETX_SPEC
impl RegisterSpec for TASKS_PREPARETX_SPEC
source§impl Resettable for TASKS_PREPARETX_SPEC
impl Resettable for TASKS_PREPARETX_SPEC
reset()
method sets TASKS_PREPARETX to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for TASKS_PREPARETX_SPEC
impl Writable for TASKS_PREPARETX_SPEC
write(|w| ..)
method takes tasks_preparetx::W writer structure
Auto Trait Implementations§
impl Freeze for TASKS_PREPARETX_SPEC
impl RefUnwindSafe for TASKS_PREPARETX_SPEC
impl Send for TASKS_PREPARETX_SPEC
impl Sync for TASKS_PREPARETX_SPEC
impl Unpin for TASKS_PREPARETX_SPEC
impl UnwindSafe for TASKS_PREPARETX_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