pub struct AE_BLOCK_MEAN_3_SPEC;
Expand description
ae statistic result register 3
You can read
this register and get ae_block_mean_3::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for AE_BLOCK_MEAN_3_SPEC
impl RegisterSpec for AE_BLOCK_MEAN_3_SPEC
Source§impl Resettable for AE_BLOCK_MEAN_3_SPEC
reset()
method sets AE_BLOCK_MEAN_3 to value 0
impl Resettable for AE_BLOCK_MEAN_3_SPEC
reset()
method sets AE_BLOCK_MEAN_3 to value 0
Source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for AE_BLOCK_MEAN_3_SPEC
read()
method returns ae_block_mean_3::R
reader structure
Auto Trait Implementations§
impl Freeze for AE_BLOCK_MEAN_3_SPEC
impl RefUnwindSafe for AE_BLOCK_MEAN_3_SPEC
impl Send for AE_BLOCK_MEAN_3_SPEC
impl Sync for AE_BLOCK_MEAN_3_SPEC
impl Unpin for AE_BLOCK_MEAN_3_SPEC
impl UnwindSafe for AE_BLOCK_MEAN_3_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