nrf52840_pac/ppi/
ch.rs
1#[doc = r"Register block"]
2#[repr(C)]
3pub struct CH {
4 #[doc = "0x00 - Description cluster\\[n\\]: Channel n event end-point"]
5 pub eep: EEP,
6 #[doc = "0x04 - Description cluster\\[n\\]: Channel n task end-point"]
7 pub tep: TEP,
8}
9#[doc = "EEP (rw) register accessor: an alias for `Reg<EEP_SPEC>`"]
10pub type EEP = crate::Reg<eep::EEP_SPEC>;
11#[doc = "Description cluster\\[n\\]: Channel n event end-point"]
12pub mod eep;
13#[doc = "TEP (rw) register accessor: an alias for `Reg<TEP_SPEC>`"]
14pub type TEP = crate::Reg<tep::TEP_SPEC>;
15#[doc = "Description cluster\\[n\\]: Channel n task end-point"]
16pub mod tep;