Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_shell.c88 bool pkt_1; in read_mcumgr_byte() local
91 pkt_1 = atomic_test_bit(&data->esc_state, ESC_MCUMGR_PKT_1); in read_mcumgr_byte()
101 if (pkt_1) { in read_mcumgr_byte()
/Zephyr-latest/drivers/console/
Duart_console.c350 bool pkt_1; in read_mcumgr_byte() local
353 pkt_1 = atomic_test_bit(&esc_state, ESC_MCUMGR_PKT_1); in read_mcumgr_byte()
363 if (pkt_1) { in read_mcumgr_byte()