ra6t2 0.2.0

Peripheral access API for ra6t2 microcontrollers (generated using svd2rust)
Documentation
1
2
3
4
5
6
7
8
9
10
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - General PWM Timer Clock Control Register"]
    pub gtclkcr: GTCLKCR,
}
#[doc = "GTCLKCR (rw) register accessor: an alias for `Reg<GTCLKCR_SPEC>`"]
pub type GTCLKCR = crate::Reg<gtclkcr::GTCLKCR_SPEC>;
#[doc = "General PWM Timer Clock Control Register"]
pub mod gtclkcr;