Home
last modified time | relevance | path

Searched refs:read_byte (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.5.0/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c184 uint8_t read_byte; in recover_sync_by_reset_pattern() local
186 uart_h2c_rx(&read_byte, sizeof(uint8_t)); in recover_sync_by_reset_pattern()
187 LOG_DBG("h2c: 0x%02x", read_byte); in recover_sync_by_reset_pattern()
188 shift_register = (shift_register * 0x100) + read_byte; in recover_sync_by_reset_pattern()
/Zephyr-Core-3.5.0/drivers/i2c/
Di2c_xilinx_axi.c143 uint8_t read_byte; in i2c_xilinx_axi_target_isr() local
149 &read_byte)) { in i2c_xilinx_axi_target_isr()
152 read_byte = 0xFF; in i2c_xilinx_axi_target_isr()
154 sys_write32(read_byte, config->base + REG_TX_FIFO); in i2c_xilinx_axi_target_isr()
202 uint8_t read_byte = 0xFF; in i2c_xilinx_axi_target_isr() local
206 &read_byte)) { in i2c_xilinx_axi_target_isr()
210 sys_write32(read_byte, config->base + REG_TX_FIFO); in i2c_xilinx_axi_target_isr()
Di2c_shell.c335 SHELL_CMD_ARG(read_byte, &dsub_device_name,
/Zephyr-Core-3.5.0/drivers/w1/
Dw1_test.c60 .read_byte = w1_vnd_read_byte,
Dw1_ds2485.c96 .read_byte = ds2477_85_read_byte,
Dw1_handlers.c36 Z_OOPS(Z_SYSCALL_DRIVER_W1(dev, read_byte)); in z_vrfy_w1_read_byte()
Dw1_ds2482-800_channel.c156 .read_byte = ds2482_read_byte,
Dw1_ds2484.c156 .read_byte = ds2484_read_byte,
Dw1_zephyr_serial.c272 .read_byte = w1_serial_read_byte,
Dw1_shell.c380 SHELL_CMD_ARG(read_byte, NULL,
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dw1.h102 w1_read_byte_t read_byte; member
247 return api->read_byte(dev); in z_impl_w1_read_byte()