Struct riot_sys::SAADC_EVENTS_CH_Type
source · [−]Expand description
@brief SAADC_EVENTS_CH [EVENTS_CH] (Peripheral events.)
Fields
LIMITH: u32
< (@ 0x00000000) Description cluster: Last result is equal or above CH[n].LIMIT.HIGH
LIMITL: u32
< (@ 0x00000004) Description cluster: Last result is equal or below CH[n].LIMIT.LOW
Trait Implementations
sourceimpl Clone for SAADC_EVENTS_CH_Type
impl Clone for SAADC_EVENTS_CH_Type
sourcefn clone(&self) -> SAADC_EVENTS_CH_Type
fn clone(&self) -> SAADC_EVENTS_CH_Type
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SAADC_EVENTS_CH_Type
impl Debug for SAADC_EVENTS_CH_Type
sourceimpl Default for SAADC_EVENTS_CH_Type
impl Default for SAADC_EVENTS_CH_Type
sourcefn default() -> SAADC_EVENTS_CH_Type
fn default() -> SAADC_EVENTS_CH_Type
Returns the “default value” for a type. Read more
impl Copy for SAADC_EVENTS_CH_Type
Auto Trait Implementations
impl RefUnwindSafe for SAADC_EVENTS_CH_Type
impl Send for SAADC_EVENTS_CH_Type
impl Sync for SAADC_EVENTS_CH_Type
impl Unpin for SAADC_EVENTS_CH_Type
impl UnwindSafe for SAADC_EVENTS_CH_Type
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more