Re-exports§
pub use chip::pac;
Modules§
- config
- HAL configuration for the NXP board.
- gpio
- General purpose input/output (GPIO) driver.
- peripherals
- Types for the peripheral singletons.
Structs§
- Blocking
- Blocking mode.
- Peri
- An exclusive reference to a peripheral.
- Peripherals
- Struct containing all the peripheral singletons.
Traits§
- Mode
- UART mode.
- Peripheral
Type - Marker trait for peripheral types.
Functions§
- init
- Initialize the
embassy-nxp
HAL with the provided configuration.