1
2
3
4
5
6
7
8
#[doc = "SCL register accessor: an alias for `Reg<SCL_SPEC>`"]
pub type SCL = crate::Reg<scl::SCL_SPEC>;
#[doc = "Pin select for SCL"]
pub mod scl;
#[doc = "SDA register accessor: an alias for `Reg<SDA_SPEC>`"]
pub type SDA = crate::Reg<sda::SDA_SPEC>;
#[doc = "Pin select for SDA"]
pub mod sda;