Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/transport/src/
Dsmp_shell.c82 static int read_mcumgr_byte(struct smp_shell_data *data, uint8_t byte) in read_mcumgr_byte() function
145 int mcumgr_state = read_mcumgr_byte(data, byte); in smp_shell_rx_bytes()
/Zephyr-Core-3.7.0/drivers/console/
Duart_console.c346 static int read_mcumgr_byte(uint8_t byte) in read_mcumgr_byte() function
404 mcumgr_state = read_mcumgr_byte(byte); in handle_mcumgr()