#[doc = r" Register block"] #[repr(C)] pub struct RegisterBlock { _reserved0: [u8; 14usize], #[doc = "0x0e - Capacitive Touch IO x Control Register"] pub captiox_ctl: CAPTIOXCTL, } #[doc = "Capacitive Touch IO x Control Register"] pub struct CAPTIOXCTL { register: ::vcell::VolatileCell, } #[doc = "Capacitive Touch IO x Control Register"] pub mod captiox_ctl;