/Zephyr-latest/tests/drivers/i2s/i2s_api/src/ |
D | test_i2s_errors.c | 54 char tx_data[BLOCK_SIZE] = {0}; in ZTEST_USER() local 87 char tx_data[BLOCK_SIZE] = {0}; in ZTEST_USER() local 111 char tx_data[BLOCK_SIZE] = {0}; in ZTEST_USER() local 135 char tx_data[BLOCK_SIZE] = {0}; in ZTEST_USER() local
|
/Zephyr-latest/tests/bluetooth/mesh/delayable_msg/src/ |
D | main.c | 159 uint8_t tx_data[20]; in ZTEST() local 209 uint8_t tx_data[20]; in ZTEST() local 243 uint8_t tx_data[BT_MESH_TX_SDU_MAX]; in ZTEST() local 274 uint8_t tx_data[BT_MESH_TX_SDU_MAX]; in ZTEST() local 317 uint8_t tx_data[20]; in ZTEST() local
|
/Zephyr-latest/tests/drivers/sensor/bmi160/include/ |
D | checks.h | 30 const struct spi_buf *tx_data = &tx_bufs->buffers[1]; in bmi160_spi_is_touching_reg() local
|
/Zephyr-latest/tests/boards/altera_max10/msgdma/src/ |
D | dma.c | 23 static char tx_data[DMA_BUFF_SIZE]; variable
|
/Zephyr-latest/drivers/display/ |
D | display_ili9xxx.c | 67 int ili9xxx_transmit(const struct device *dev, uint8_t cmd, const void *tx_data, in ili9xxx_transmit() 295 uint8_t tx_data; in ili9xxx_set_pixel_format() local 327 uint8_t tx_data = ILI9XXX_MADCTL_BGR; in ili9xxx_set_orientation() local
|
D | display_gc9x01x.c | 220 static int gc9x01x_transmit(const struct device *dev, uint8_t cmd, const void *tx_data, in gc9x01x_transmit() 372 uint8_t tx_data; in gc9x01x_set_pixel_format() local 402 uint8_t tx_data = GC9X01X_MADCTL_VAL_BGR; in gc9x01x_set_orientation() local
|
D | display_st7735r.c | 72 const uint8_t *tx_data, size_t tx_count) in st7735r_transmit_hold() 81 const uint8_t *tx_data, size_t tx_count) in st7735r_transmit()
|
/Zephyr-latest/tests/drivers/dma/chan_link_transfer/src/ |
D | test_dma.c | 37 static const char tx_data[] = "It is harder to be kind than to be wise........"; variable
|
/Zephyr-latest/tests/kernel/pipe/pipe_api/src/ |
D | test_pipe_fail.c | 214 unsigned char tx_data = 0xa; in ZTEST_USER() local 259 unsigned char tx_data = 0xa; in ZTEST_USER() local
|
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/ |
D | socket_dumb_http.c | 156 struct net_buf_pool *rx_data, *tx_data; in main() local
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | mem.c | 103 struct net_buf_pool *rx_data, *tx_data; in cmd_net_mem() local
|
/Zephyr-latest/drivers/dac/ |
D | dac_mcp4725.c | 90 uint8_t tx_data[2]; in mcp4725_write_value() local
|
D | dac_mcp4728.c | 58 uint8_t tx_data[3]; in mcp4728_write_value() local
|
/Zephyr-latest/samples/basic/threads/src/ |
D | main.c | 75 struct printk_data_t tx_data = { .led = id, .cnt = cnt }; in blink() local
|
/Zephyr-latest/drivers/w1/ |
D | w1_ds2477_85_common.c | 105 uint8_t tx_data; in ds2477_85_reset_bus() local 145 uint8_t tx_data = (uint8_t)bit; in ds2477_85_write_bit() local
|
/Zephyr-latest/samples/boards/nordic/nrfx_prs/src/ |
D | main.c | 172 static bool spim_transfer(const uint8_t *tx_data, size_t tx_data_len, in spim_transfer() 254 static bool uarte_transfer(const uint8_t *tx_data, size_t tx_data_len, in uarte_transfer()
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_cc13xx_cc26xx_subg.h | 49 uint8_t tx_data[CC13XX_CC26XX_TX_BUF_SIZE]; member
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_lorawan.c | 186 struct smp_lorawan_uplink_message_t tx_data = { in smp_lorawan_uplink() local
|
/Zephyr-latest/tests/kernel/stack/stack/src/ |
D | test_stack_fail.c | 81 stack_data_t tx_data[STACK_LEN] = {0}; in ZTEST() local
|
D | main.c | 278 stack_data_t tx_data[STACK_LEN] = { 0xaa, 0xbb, 0xcc, 0xdd }; in ZTEST() local
|
/Zephyr-latest/modules/hal_nordic/nrfs/backends/ |
D | nrfs_backend_ipc_service.c | 184 struct ipc_data_packet tx_data; in nrfs_backend_send_ex() local
|
/Zephyr-latest/samples/net/sockets/can/src/ |
D | main.c | 23 static struct k_thread tx_data; variable
|
/Zephyr-latest/tests/drivers/i2c/i2c_ram/src/ |
D | test_i2c_ram.c | 26 static uint8_t tx_data[9] = {0x00, 0x00, 'Z', 'e', 'p', 'h', 'y', 'r', '\n'}; variable
|
/Zephyr-latest/drivers/serial/ |
D | uart_stm32.c | 821 static int uart_stm32_fifo_fill_visitor(const struct device *dev, const void *tx_data, int size, in uart_stm32_fifo_fill_visitor() 849 static void fifo_fill_with_u8(USART_TypeDef *usart, const void *tx_data, const int offset) in fifo_fill_with_u8() 856 static int uart_stm32_fifo_fill(const struct device *dev, const uint8_t *tx_data, int size) in uart_stm32_fifo_fill() 913 static void fifo_fill_with_u16(USART_TypeDef *usart, const void *tx_data, const int offset) in fifo_fill_with_u16() 921 static int uart_stm32_fifo_fill_u16(const struct device *dev, const uint16_t *tx_data, int size) in uart_stm32_fifo_fill_u16() 1545 const uint8_t *tx_data, size_t buf_size, int32_t timeout) in uart_stm32_async_tx() 1881 static int uart_stm32_async_tx_u16(const struct device *dev, const uint16_t *tx_data, in uart_stm32_async_tx_u16()
|
/Zephyr-latest/tests/drivers/spi/spi_loopback/src/ |
D | spi_rtio.c | 45 static const char tx_data[BUF_SIZE] = "0123456789abcdef\0"; variable
|