Struct nrf52840::saadc::EVENTS_CH[][src]

#[repr(C)]
pub struct EVENTS_CH { pub limith: LIMITH, pub limitl: LIMITL, }

Register block

Fields

0x00 - Description cluster[n]: Last result is equal or above CH[n].LIMIT.HIGH

0x04 - Description cluster[n]: Last result is equal or below CH[n].LIMIT.LOW

Auto Trait Implementations

impl Send for EVENTS_CH

impl !Sync for EVENTS_CH