Struct nrf52840::saadc::CH[][src]

#[repr(C)]
pub struct CH { pub pselp: PSELP, pub pseln: PSELN, pub config: CONFIG, pub limit: LIMIT, }

Register block

Fields

0x00 - Description cluster[n]: Input positive pin selection for CH[n]

0x04 - Description cluster[n]: Input negative pin selection for CH[n]

0x08 - Description cluster[n]: Input configuration for CH[n]

0x0c - Description cluster[n]: High/low limits for event monitoring of a channel

Auto Trait Implementations

impl Send for CH

impl !Sync for CH