Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_shell.c89 bool pkt_2; in read_mcumgr_byte() local
92 pkt_2 = atomic_test_bit(&data->esc_state, ESC_MCUMGR_PKT_2); in read_mcumgr_byte()
96 if (pkt_2 || frag_2) { in read_mcumgr_byte()
/Zephyr-latest/drivers/console/
Duart_console.c351 bool pkt_2; in read_mcumgr_byte() local
354 pkt_2 = atomic_test_bit(&esc_state, ESC_MCUMGR_PKT_2); in read_mcumgr_byte()
358 if (pkt_2 || frag_2) { in read_mcumgr_byte()