1
2
3
4
5
6
7
8
#[doc = "LIMITH register accessor: an alias for `Reg<LIMITH_SPEC>`"]
pub type LIMITH = crate::Reg<limith::LIMITH_SPEC>;
#[doc = "Description cluster: Last results is equal or above CH\\[n\\].LIMIT.HIGH"]
pub mod limith;
#[doc = "LIMITL register accessor: an alias for `Reg<LIMITL_SPEC>`"]
pub type LIMITL = crate::Reg<limitl::LIMITL_SPEC>;
#[doc = "Description cluster: Last results is equal or below CH\\[n\\].LIMIT.LOW"]
pub mod limitl;