Crate seeeduino_xiao_rp2040

Crate seeeduino_xiao_rp2040 

Source

Re-exports§

pub use rp2040_hal as hal;
pub use hal::pac;

Structs§

Pins
BSP replacement for the HAL Pins type

Constants§

XOSC_CRYSTAL_FREQ

Statics§

BOOT2_FIRMWARE
The linker will place this boot block at the start of our program image. We need this to help the ROM bootloader get our code up and running.

Type Aliases§

Csn
Alias for a configured Pin
LedBluePwm
Alias for a configured Pin
LedGreenPwm
Alias for a configured Pin
LedRedPwm
Alias for a configured Pin
Miso
Alias for a configured Pin
Mosi
Alias for a configured Pin
Sck
Alias for a configured Pin
Scl
Alias for a configured Pin
Sda
Alias for a configured Pin
UartRx
Alias for a configured Pin
UartTx
Alias for a configured Pin

Attribute Macros§

entry