Crate embassy_nxp
Source pub use chip::pac;
- config
- HAL configuration for the NXP board.
- gpio
- General purpose input/output (GPIO) driver.
- peripherals
- Types for the peripheral singletons.
- pint
- Pin Interrupt module.
- usart
- Universal Synchronous/Asynchronous Receiver/Transmitter (USART) driver.
- Blocking
- Blocking mode.
- Peri
- An exclusive reference to a peripheral.
- Peripherals
- Struct containing all the peripheral singletons.
- Mode
- UART mode.
- PeripheralType
- Marker trait for peripheral types.
- init
- Initialize the
embassy-nxp
HAL with the provided configuration.