Struct stm32_metapac::adc::regs::Jsqr
#[repr(transparent)]pub struct Jsqr(pub u32);
Expand description
injected sequence register
Tuple Fields§
§0: u32
Implementations§
§impl Jsqr
impl Jsqr
pub fn set_jextsel(&mut self, val: u8)
pub fn set_jextsel(&mut self, val: u8)
External Trigger Selection for injected group
pub const fn jexten(&self) -> Jexten
pub const fn jexten(&self) -> Jexten
External Trigger Enable and Polarity Selection for injected channels
pub fn set_jexten(&mut self, val: Jexten)
pub fn set_jexten(&mut self, val: Jexten)
External Trigger Enable and Polarity Selection for injected channels
Trait Implementations§
impl Copy for Jsqr
impl Eq for Jsqr
impl StructuralPartialEq for Jsqr
Auto Trait Implementations§
impl Freeze for Jsqr
impl RefUnwindSafe for Jsqr
impl Send for Jsqr
impl Sync for Jsqr
impl Unpin for Jsqr
impl UnwindSafe for Jsqr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)