Struct riot_sys::SAADC_CH_Type
source · #[repr(C)]pub struct SAADC_CH_Type {
pub PSELP: u32,
pub PSELN: u32,
pub CONFIG: u32,
pub LIMIT: u32,
}
Expand description
@brief SAADC_CH [CH] (Unspecified)
Fields§
§PSELP: u32
< (@ 0x00000000) Description cluster: Input positive pin selection for CH[n]
PSELN: u32
< (@ 0x00000004) Description cluster: Input negative pin selection for CH[n]
CONFIG: u32
< (@ 0x00000008) Description cluster: Input configuration for CH[n]
LIMIT: u32
< (@ 0x0000000C) Description cluster: High/low limits for event monitoring of a channel
Trait Implementations§
source§impl Clone for SAADC_CH_Type
impl Clone for SAADC_CH_Type
source§fn clone(&self) -> SAADC_CH_Type
fn clone(&self) -> SAADC_CH_Type
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SAADC_CH_Type
impl Debug for SAADC_CH_Type
source§impl Default for SAADC_CH_Type
impl Default for SAADC_CH_Type
source§fn default() -> SAADC_CH_Type
fn default() -> SAADC_CH_Type
Returns the “default value” for a type. Read more
impl Copy for SAADC_CH_Type
Auto Trait Implementations§
impl RefUnwindSafe for SAADC_CH_Type
impl Send for SAADC_CH_Type
impl Sync for SAADC_CH_Type
impl Unpin for SAADC_CH_Type
impl UnwindSafe for SAADC_CH_Type
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