ra2e1/gpt_ops.rs
1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - Output Phase Switching Control Register"]
5 pub opscr: OPSCR,
6}
7#[doc = "OPSCR (rw) register accessor: an alias for `Reg<OPSCR_SPEC>`"]
8pub type OPSCR = crate::Reg<opscr::OPSCR_SPEC>;
9#[doc = "Output Phase Switching Control Register"]
10pub mod opscr;