R

Type Alias R 

pub type R = R<SynconfSpec>;
Expand description

Register SYNCONF reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

§

impl R

pub fn hwtrigmode(&self) -> HwtrigmodeR

Bit 0 - Hardware Trigger Mode

pub fn cntinc(&self) -> CntincR

Bit 2 - CNTIN Register Synchronization

pub fn invc(&self) -> InvcR

Bit 4 - INVCTRL Register Synchronization

pub fn swoc(&self) -> SwocR

Bit 5 - SWOCTRL Register Synchronization

pub fn syncmode(&self) -> SyncmodeR

Bit 7 - Synchronization Mode

pub fn swrstcnt(&self) -> SwrstcntR

Bit 8 - FTM counter synchronization is activated by the software trigger

pub fn swwrbuf(&self) -> SwwrbufR

Bit 9 - MOD, HCR, CNTIN, and CV registers synchronization is activated by the software trigger

pub fn swom(&self) -> SwomR

Bit 10 - Output mask synchronization is activated by the software trigger

pub fn swinvc(&self) -> SwinvcR

Bit 11 - Inverting control synchronization is activated by the software trigger

pub fn swsoc(&self) -> SwsocR

Bit 12 - Software output control synchronization is activated by the software trigger

pub fn hwrstcnt(&self) -> HwrstcntR

Bit 16 - FTM counter synchronization is activated by a hardware trigger

pub fn hwwrbuf(&self) -> HwwrbufR

Bit 17 - MOD, HCR, CNTIN, and CV registers synchronization is activated by a hardware trigger

pub fn hwom(&self) -> HwomR

Bit 18 - Output mask synchronization is activated by a hardware trigger

pub fn hwinvc(&self) -> HwinvcR

Bit 19 - Inverting control synchronization is activated by a hardware trigger

pub fn hwsoc(&self) -> HwsocR

Bit 20 - Software output control synchronization is activated by a hardware trigger