Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/console/
Duart_mcumgr.c205 const uint8_t *u8p; in uart_mcumgr_send_raw() local
207 u8p = data; in uart_mcumgr_send_raw()
209 uart_poll_out(uart_mcumgr_dev, *u8p++); in uart_mcumgr_send_raw()
/Zephyr-latest/samples/drivers/jesd216/src/
Dmain.c269 const uint8_t *u8p = (const uint8_t *)&dw[nw]; in dump_bytes() local
275 u8p[0], u8p[1], u8p[2], u8p[3]); in dump_bytes()