Enum pl_ssi_baud
The enum pl_ssi_baud contains a list of the constants that refer to baudrates supported by the serial ports.
The enum pl_ssi_baud consists of the following constants:
PL_SSI_BAUD_1MHz |
The baudrate that most closely approximates but does not exceed 1MHz |
PL_SSI_BAUD_900kHz |
The baudrate that most closely approximates but does not exceed 900kHz |
PL_SSI_BAUD_800kHz |
The baudrate that most closely approximates but does not exceed 800kHz |
PL_SSI_BAUD_400kHz |
The baudrate that most closely approximates but does not exceed 400kHz |
PL_SSI_BAUD_300kHz |
The baudrate that most closely approximates but does not exceed 300kHz |
PL_SSI_BAUD_200kHz |
The baudrate that most closely approximates but does not exceed 200kHz |
PL_SSI_BAUD_100kHz |
The baudrate that most closely approximates but does not exceed 100kHz |
PL_SSI_BAUD_90kHz |
The baudrate that most closely approximates but does not exceed 90kHz |
PL_SSI_BAUD_80kHz |
The baudrate that most closely approximates but does not exceed 80kHz |
PL_SSI_BAUD_70kHz |
The baudrate that most closely approximates but does not exceed 70kHz |
PL_SSI_BAUD_60kHz |
The baudrate that most closely approximates but does not exceed 60kHz |
PL_SSI_BAUD_50kHz |
The baudrate that most closely approximates but does not exceed 50kHz |