Expand description
Multi device hardware abstraction on top of the peripheral access API for the Nations Technologies N32G4 series microcontrollers.
§Feature flags
Re-exports§
pub use embedded_hal as hal;
pub use embedded_hal_02 as hal_02;
pub use nb;
Modules§
- adc
- Analog to digital converter configuration.
- afio
- Alternate Function I/Os
- bb
- Bit banding
- bkp
- Registers that are not reset as long as Vbat or Vdd has power.
- can
- Controller Area Network (CAN) Interface
- crc
- delay
- Delay providers
- dma
- Dire
c
t Memory Access - fmc
- gpio
- General Purpose Input / Output
- i2c
- pac
- Re-export of the svd2rust auto-generated API for the n32g455 peripherals. Peripheral access API for N32G455 microcontrollers (generated using svd2rust v0.33.0 ( ))
- prelude
- pwm
- Pulse Width Modulation (PWM)
- pwr
- rcc
- Clock configuration.
- sac
- serial
- Asynchronous serial communication using USART peripherals
- spi
- time
- timer
- Timers
- usb
- USB peripheral
Macros§
- block
- Turns the non-blocking expression
$e
into a blocking operation.