Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/transport/src/
Dsmp_shell.c87 bool frag_1; in read_mcumgr_byte() local
94 frag_1 = atomic_test_bit(&data->esc_state, ESC_MCUMGR_FRAG_1); in read_mcumgr_byte()
113 } else if (frag_1) { in read_mcumgr_byte()
/Zephyr-Core-3.5.0/drivers/console/
Duart_console.c355 bool frag_1; in read_mcumgr_byte() local
362 frag_1 = atomic_test_bit(&esc_state, ESC_MCUMGR_FRAG_1); in read_mcumgr_byte()
376 } else if (frag_1) { in read_mcumgr_byte()