Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c177 uint8_t read_byte; in recover_sync_by_reset_pattern() local
179 uart_h2c_rx(&read_byte, sizeof(uint8_t)); in recover_sync_by_reset_pattern()
180 LOG_DBG("h2c: 0x%02x", read_byte); in recover_sync_by_reset_pattern()
181 shift_register = (shift_register * 0x100) + read_byte; in recover_sync_by_reset_pattern()
/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_xilinx_axi.c147 uint8_t read_byte; in i2c_xilinx_axi_target_isr() local
153 &read_byte)) { in i2c_xilinx_axi_target_isr()
156 read_byte = 0xFF; in i2c_xilinx_axi_target_isr()
158 sys_write32(read_byte, config->base + REG_TX_FIFO); in i2c_xilinx_axi_target_isr()
205 uint8_t read_byte = 0xFF; in i2c_xilinx_axi_target_isr() local
209 &read_byte)) { in i2c_xilinx_axi_target_isr()
213 sys_write32(read_byte, config->base + REG_TX_FIFO); in i2c_xilinx_axi_target_isr()
Di2c_shell.c364 SHELL_CMD_ARG(read_byte, &dsub_device_name,
/Zephyr-Core-3.7.0/drivers/w1/
Dw1_test.c60 .read_byte = w1_vnd_read_byte,
Dw1_ds2485.c96 .read_byte = ds2477_85_read_byte,
Dw1_handlers.c36 K_OOPS(K_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_zephyr_gpio.c314 .read_byte = w1_gpio_read_byte,
Dw1_shell.c380 SHELL_CMD_ARG(read_byte, NULL,
/Zephyr-Core-3.7.0/include/zephyr/drivers/
Dw1.h104 w1_read_byte_t read_byte; member
249 return api->read_byte(dev); in z_impl_w1_read_byte()
/Zephyr-Core-3.7.0/drivers/i3c/
Di3c_shell.c1586 SHELL_CMD_ARG(read_byte, &dsub_i3c_device_attached_name,