Type Alias USICS_R

Source
pub type USICS_R = FieldReader<USICS_A>;
Expand description

Field USICS reader - USI Clock Source Select Bits

Aliased Type§

struct USICS_R { /* private fields */ }

Implementations§

Source§

impl USICS_R

Source

pub const fn variant(&self) -> USICS_A

Get enumerated values variant

Source

pub fn is_no_clock(&self) -> bool

No Clock/Software clock strobe

Source

pub fn is_tc0(&self) -> bool

Timer/Counter0 Compare Match

Source

pub fn is_ext_pos(&self) -> bool

External, positive edge

Source

pub fn is_ext_neg(&self) -> bool

External, negative edge