lpc55-pac 0.5.0

Peripheral access API for NXP LPC55 microcontrollers
Documentation
1
2
3
4
5
6
7
8
#[doc = "EV_STATE register accessor: an alias for `Reg<EV_STATE_SPEC>`"]
pub type EV_STATE = crate::Reg<ev_state::EV_STATE_SPEC>;
#[doc = "SCT event state register 0"]
pub mod ev_state;
#[doc = "EV_CTRL register accessor: an alias for `Reg<EV_CTRL_SPEC>`"]
pub type EV_CTRL = crate::Reg<ev_ctrl::EV_CTRL_SPEC>;
#[doc = "SCT event control register 0"]
pub mod ev_ctrl;