Re-exports§
pub use self::startup::NrfClockComponent;
pub use self::startup::NrfStartupComponent;
pub use self::startup::UartChannel;
pub use self::startup::UartChannelComponent;
pub use self::startup::UartPins;
Modules§
- startup
- Component for starting up nrf52 platforms. Contains 3 components, NrfStartupComponent, NrfClockComponent, and UartChannelComponent, as well as two helper structs for intializing Uart on Nordic boards.