mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Pico uart pin configure (#14473)
* Add empty uartPinConfigure() implementation for RP2350 * Fix tabs
This commit is contained in:
parent
190abede9e
commit
e63dfb9a9a
4 changed files with 12 additions and 7 deletions
|
@ -195,19 +195,19 @@ Configure how the SPI serialises and deserialises data on the wire
|
|||
|
||||
Parameters
|
||||
|
||||
spi
|
||||
spi
|
||||
SPI instance specifier, either spi0 or spi1
|
||||
|
||||
data_bits
|
||||
data_bits
|
||||
Number of data bits per transfer. Valid values 4..16.
|
||||
|
||||
cpol
|
||||
cpol
|
||||
SSPCLKOUT polarity, applicable to Motorola SPI frame format only.
|
||||
|
||||
cpha
|
||||
cpha
|
||||
SSPCLKOUT phase, applicable to Motorola SPI frame format only
|
||||
|
||||
order
|
||||
order
|
||||
Must be SPI_MSB_FIRST, no other values supported on the PL022
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue