nrf52840_pac/pwm0/psel.rs
1#[doc = r"Register block"]
2#[repr(C)]
3pub struct PSEL {
4 #[doc = "0x00..0x10 - Description collection\\[n\\]: Output pin select for PWM channel n"]
5 pub out: [OUT; 4],
6}
7#[doc = "OUT (rw) register accessor: an alias for `Reg<OUT_SPEC>`"]
8pub type OUT = crate::Reg<out::OUT_SPEC>;
9#[doc = "Description collection\\[n\\]: Output pin select for PWM channel n"]
10pub mod out;