Struct stm32_metapac::adc::regs::Awd2cr
#[repr(transparent)]pub struct Awd2cr(pub u32);
Expand description
ADC Analog Watchdog 2 Configuration register.
Tuple Fields§
§0: u32
Implementations§
§impl Awd2cr
impl Awd2cr
pub fn set_awd2ch0(&mut self, val: bool)
pub fn set_awd2ch0(&mut self, val: bool)
AWD2CH0.
pub fn set_awd2ch1(&mut self, val: bool)
pub fn set_awd2ch1(&mut self, val: bool)
AWD2CH1.
pub fn set_awd2ch2(&mut self, val: bool)
pub fn set_awd2ch2(&mut self, val: bool)
AWD2CH2.
pub fn set_awd2ch3(&mut self, val: bool)
pub fn set_awd2ch3(&mut self, val: bool)
AWD2CH3.
pub fn set_awd2ch4(&mut self, val: bool)
pub fn set_awd2ch4(&mut self, val: bool)
AWD2CH4.
pub fn set_awd2ch5(&mut self, val: bool)
pub fn set_awd2ch5(&mut self, val: bool)
AWD2CH5.
pub fn set_awd2ch6(&mut self, val: bool)
pub fn set_awd2ch6(&mut self, val: bool)
AWD2CH6.
pub fn set_awd2ch7(&mut self, val: bool)
pub fn set_awd2ch7(&mut self, val: bool)
AWD2CH7.
pub fn set_awd2ch8(&mut self, val: bool)
pub fn set_awd2ch8(&mut self, val: bool)
AWD2CH8.
pub fn set_awd2ch9(&mut self, val: bool)
pub fn set_awd2ch9(&mut self, val: bool)
AWD2CH9.
pub fn set_awd2ch10(&mut self, val: bool)
pub fn set_awd2ch10(&mut self, val: bool)
AWD2CH10.
pub fn set_awd2ch11(&mut self, val: bool)
pub fn set_awd2ch11(&mut self, val: bool)
AWD2CH11.
pub fn set_awd2ch12(&mut self, val: bool)
pub fn set_awd2ch12(&mut self, val: bool)
AWD2CH12.
pub fn set_awd2ch13(&mut self, val: bool)
pub fn set_awd2ch13(&mut self, val: bool)
AWD2CH13.
pub fn set_awd2ch14(&mut self, val: bool)
pub fn set_awd2ch14(&mut self, val: bool)
AWD2CH14.
pub fn set_awd2ch15(&mut self, val: bool)
pub fn set_awd2ch15(&mut self, val: bool)
AWD2CH15.
pub fn set_awd2ch16(&mut self, val: bool)
pub fn set_awd2ch16(&mut self, val: bool)
AWD2CH16.
pub fn set_awd2ch17(&mut self, val: bool)
pub fn set_awd2ch17(&mut self, val: bool)
AWD2CH17.
pub fn set_awd2ch18(&mut self, val: bool)
pub fn set_awd2ch18(&mut self, val: bool)
AWD2CH18.
pub fn set_awd2ch19(&mut self, val: bool)
pub fn set_awd2ch19(&mut self, val: bool)
AWD2CH19.
pub fn set_awd2ch20(&mut self, val: bool)
pub fn set_awd2ch20(&mut self, val: bool)
AWD2CH20.
pub fn set_awd2ch21(&mut self, val: bool)
pub fn set_awd2ch21(&mut self, val: bool)
AWD2CH21.
pub fn set_awd2ch22(&mut self, val: bool)
pub fn set_awd2ch22(&mut self, val: bool)
AWD2CH22.
pub fn set_awd2ch23(&mut self, val: bool)
pub fn set_awd2ch23(&mut self, val: bool)
AWD2CH23.
Trait Implementations§
impl Copy for Awd2cr
impl Eq for Awd2cr
impl StructuralPartialEq for Awd2cr
Auto Trait Implementations§
impl Freeze for Awd2cr
impl RefUnwindSafe for Awd2cr
impl Send for Awd2cr
impl Sync for Awd2cr
impl Unpin for Awd2cr
impl UnwindSafe for Awd2cr
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
)