Struct max32630_svd::ptg::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub enable: ENABLE, pub resync: RESYNC, pub intfl: INTFL, pub inten: INTEN, }

Register block

Fields

0x00 - Global Enable/Disable Controls for All Pulse Trains

0x04 - Global Resync (All Pulse Trains) Control

0x08 - Pulse Train Interrupt Flags

0x0c - Pulse Train Interrupt Enable/Disable

Auto Trait Implementations