-
CONFIG_OSDP_UART_BAUD_RATE
¶
OSDP UART baud rate
Type: int
Help¶
OSDP defines that baud rate can be either 9600 or 38400 or 115200.
Default¶
115200
Kconfig definition¶
At <Zephyr>/subsys/mgmt/osdp/Kconfig:40
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:35
→ <Zephyr>/subsys/mgmt/Kconfig:15
Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver
config OSDP_UART_BAUD_RATE
int "OSDP UART baud rate"
default 115200
depends on OSDP
help
OSDP defines that baud rate can be either 9600 or 38400 or
115200.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)