Home
last modified time | relevance | path

Searched defs:pbuf (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/ipc/
Dpbuf.h89 struct pbuf { struct
90 const struct pbuf_cfg *const cfg; /* Configuration of the argument
93 struct pbuf_data data; /* Data used to read and write argument
/Zephyr-Core-3.7.0/drivers/eeprom/
Deeprom_stm32.c29 uint8_t *pbuf = buf; in eeprom_stm32_read() local
59 const uint8_t *pbuf = buf; in eeprom_stm32_write() local
Deeprom_at2x.c96 uint8_t *pbuf = buf; in eeprom_at2x_read() local
155 const uint8_t *pbuf = buf; in eeprom_at2x_write() local
/Zephyr-Core-3.7.0/subsys/modbus/
Dmodbus_serial.c172 static uint8_t *modbus_ascii_bin2hex(uint8_t value, uint8_t *pbuf) in modbus_ascii_bin2hex()
190 uint8_t *pbuf; in modbus_ascii_tx_adu() local
/Zephyr-Core-3.7.0/tests/subsys/ipc/pbuf/src/
Dmain.c191 struct pbuf *pbuf; member
/Zephyr-Core-3.7.0/lib/os/
Dspsc_pbuf.c230 char *pbuf; in spsc_pbuf_write() local
/Zephyr-Core-3.7.0/tests/lib/ringbuffer/src/
Dmain.c162 static struct ring_buf ringbuf, *pbuf; variable
/Zephyr-Core-3.7.0/tests/lib/spsc_pbuf/src/
Dmain.c415 struct spsc_pbuf *pbuf; member
/Zephyr-Core-3.7.0/drivers/spi/
Dspi_mcux_dspi.c232 uint32_t *pbuf = data->inner_tx_buffer->buf; in mcux_init_inner_buffer_with_cmd() local
/Zephyr-Core-3.7.0/subsys/fs/nvs/
Dnvs.c185 uint8_t *data8 = (uint8_t *)data, buf[NVS_BLOCK_SIZE + NVS_DATA_CRC_SIZE], *pbuf; in nvs_flash_data_wrt() local