rp-hal-boards/rp2040-hal/src
Jan Niehusmann 9f55608f92 Correct limit for PIOBuilder::out_pins count argument
This value is written to the PINCTRL register field
OUT_COUNT, which accoding to the data sheet has a valid range
of 0-32.

Fixes #181
2021-10-23 13:34:05 +00:00
..
clocks Fix doc examples and add checking (#76) 2021-08-11 10:53:42 +10:00
gpio Use volatile register access for gpio interrupts (#170) 2021-10-22 23:30:30 +11:00
pwm API to enable/disable interrupts for each PWM channel. (#175) 2021-10-23 22:47:08 +11:00
adc.rs implement embedded-hal 1.0.0-alpha.5 (#131) 2021-10-02 15:36:40 +10:00
atomic_register_access.rs Use volatile register access for gpio interrupts (#170) 2021-10-22 23:30:30 +11:00
i2c.rs Fix i2c write read (#146) 2021-10-02 17:43:05 +10:00
lib.rs Use volatile register access for gpio interrupts (#170) 2021-10-22 23:30:30 +11:00
pio.rs Correct limit for PIOBuilder::out_pins count argument 2021-10-23 13:34:05 +00:00
pll.rs Update embedded time 2021-07-27 09:41:03 +10:00
prelude.rs pio: Improve documentation and add an example that uses pio_proc::pio!(). 2021-09-28 21:48:05 +02:00
resets.rs Spi (#50) 2021-07-06 09:42:05 +10:00
rom_data.rs Formatting. 2021-10-11 16:41:51 +01:00
rosc.rs Implement RngCore for RingOscillator (#135) 2021-09-26 20:51:01 +10:00
rtc.rs Added skeleton for HAL and updated readme 2021-01-25 15:42:43 -05:00
sio.rs Fix doc examples and add checking (#76) 2021-08-11 10:53:42 +10:00
spi.rs spi: support zero post-divide 2021-10-17 21:38:53 +11:00
ssi.rs Added skeleton for HAL and updated readme 2021-01-25 15:42:43 -05:00
time.rs Added skeleton for HAL and updated readme 2021-01-25 15:42:43 -05:00
timer.rs Mark Timer as sync 2021-10-23 00:03:30 +11:00
typelevel.rs Massive GPIO refactor 2021-07-03 10:32:43 +10:00
uart.rs implement embedded-hal 1.0.0-alpha.5 (#131) 2021-10-02 15:36:40 +10:00
usb.rs Work around enumeration issues with small ep0 max packet size. 2021-09-19 22:27:17 +10:00
watchdog.rs implement embedded-hal 1.0.0-alpha.5 (#131) 2021-10-02 15:36:40 +10:00
xosc.rs Update embedded time 2021-07-27 09:41:03 +10:00