Struct stm32_metapac::adc::regs::Awd3cr
#[repr(transparent)]pub struct Awd3cr(pub u32);
Expand description
ADC Analog Watchdog 3 Configuration register.
Tuple Fields§
§0: u32
Implementations§
§impl Awd3cr
impl Awd3cr
pub fn set_awd3ch0(&mut self, val: bool)
pub fn set_awd3ch0(&mut self, val: bool)
AWD3CH0.
pub fn set_awd3ch1(&mut self, val: bool)
pub fn set_awd3ch1(&mut self, val: bool)
AWD3CH1.
pub fn set_awd3ch2(&mut self, val: bool)
pub fn set_awd3ch2(&mut self, val: bool)
AWD3CH2.
pub fn set_awd3ch3(&mut self, val: bool)
pub fn set_awd3ch3(&mut self, val: bool)
AWD3CH3.
pub fn set_awd3ch4(&mut self, val: bool)
pub fn set_awd3ch4(&mut self, val: bool)
AWD3CH4.
pub fn set_awd3ch5(&mut self, val: bool)
pub fn set_awd3ch5(&mut self, val: bool)
AWD3CH5.
pub fn set_awd3ch6(&mut self, val: bool)
pub fn set_awd3ch6(&mut self, val: bool)
AWD3CH6.
pub fn set_awd3ch7(&mut self, val: bool)
pub fn set_awd3ch7(&mut self, val: bool)
AWD3CH7.
pub fn set_awd3ch8(&mut self, val: bool)
pub fn set_awd3ch8(&mut self, val: bool)
AWD3CH8.
pub fn set_awd3ch9(&mut self, val: bool)
pub fn set_awd3ch9(&mut self, val: bool)
AWD3CH9.
pub fn set_awd3ch10(&mut self, val: bool)
pub fn set_awd3ch10(&mut self, val: bool)
AWD3CH10.
pub fn set_awd3ch11(&mut self, val: bool)
pub fn set_awd3ch11(&mut self, val: bool)
AWD3CH11.
pub fn set_awd3ch12(&mut self, val: bool)
pub fn set_awd3ch12(&mut self, val: bool)
AWD3CH12.
pub fn set_awd3ch13(&mut self, val: bool)
pub fn set_awd3ch13(&mut self, val: bool)
AWD3CH13.
pub fn set_awd3ch14(&mut self, val: bool)
pub fn set_awd3ch14(&mut self, val: bool)
AWD3CH14.
pub fn set_awd3ch15(&mut self, val: bool)
pub fn set_awd3ch15(&mut self, val: bool)
AWD3CH15.
pub fn set_awd3ch16(&mut self, val: bool)
pub fn set_awd3ch16(&mut self, val: bool)
AWD3CH16.
pub fn set_awd3ch17(&mut self, val: bool)
pub fn set_awd3ch17(&mut self, val: bool)
AWD3CH17.
pub fn set_awd3ch18(&mut self, val: bool)
pub fn set_awd3ch18(&mut self, val: bool)
AWD3CH18.
pub fn set_awd3ch19(&mut self, val: bool)
pub fn set_awd3ch19(&mut self, val: bool)
AWD3CH19.
pub fn set_awd3ch20(&mut self, val: bool)
pub fn set_awd3ch20(&mut self, val: bool)
AWD3CH20.
pub fn set_awd3ch21(&mut self, val: bool)
pub fn set_awd3ch21(&mut self, val: bool)
AWD3CH21.
pub fn set_awd3ch22(&mut self, val: bool)
pub fn set_awd3ch22(&mut self, val: bool)
AWD3CH22.
pub fn set_awd3ch23(&mut self, val: bool)
pub fn set_awd3ch23(&mut self, val: bool)
AWD3CH23.
Trait Implementations§
impl Copy for Awd3cr
impl Eq for Awd3cr
impl StructuralPartialEq for Awd3cr
Auto Trait Implementations§
impl Freeze for Awd3cr
impl RefUnwindSafe for Awd3cr
impl Send for Awd3cr
impl Sync for Awd3cr
impl Unpin for Awd3cr
impl UnwindSafe for Awd3cr
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
)