Struct Jsqr
#[repr(transparent)]pub struct Jsqr(pub u32);Expand description
ADC injected sequence register.
Tuple Fields§
§0: u32Implementations§
§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) -> u8
pub const fn jexten(&self) -> u8
External trigger enable and polarity selection for injected channels.
pub fn set_jexten(&mut self, val: u8)
pub fn set_jexten(&mut self, val: u8)
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