Home
last modified time | relevance | path

Searched refs:mcumgr_state (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_shell.c147 int mcumgr_state = read_mcumgr_byte(data, byte); in smp_shell_rx_bytes() local
149 if (mcumgr_state == SMP_SHELL_MCUMGR_STATE_NONE) { in smp_shell_rx_bytes()
151 } else if (mcumgr_state == SMP_SHELL_MCUMGR_STATE_HEADER && in smp_shell_rx_bytes()
164 if (mcumgr_state == SMP_SHELL_MCUMGR_STATE_PAYLOAD && in smp_shell_rx_bytes()
/Zephyr-latest/drivers/console/
Duart_console.c402 int mcumgr_state; in handle_mcumgr() local
404 mcumgr_state = read_mcumgr_byte(byte); in handle_mcumgr()
405 if (mcumgr_state == CONSOLE_MCUMGR_STATE_NONE) { in handle_mcumgr()
420 if (mcumgr_state == CONSOLE_MCUMGR_STATE_PAYLOAD && byte == '\n') { in handle_mcumgr()