SKEAZN642/irq.rs
1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - Interrupt Pin Request Status and Control Register"]
5 pub sc: crate::Reg<sc::SC_SPEC>,
6}
7#[doc = "SC register accessor: an alias for `Reg<SC_SPEC>`"]
8pub type SC = crate::Reg<sc::SC_SPEC>;
9#[doc = "Interrupt Pin Request Status and Control Register"]
10pub mod sc;