Searched refs:tx_channel (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.5.0/samples/drivers/mbox/remote/src/ |
D | main.c | 23 struct mbox_channel tx_channel; in main() local 31 mbox_init_channel(&tx_channel, dev, TX_ID); in main() 46 printk("Ping (on channel %d)\n", tx_channel.id); in main() 48 if (mbox_send(&tx_channel, NULL) < 0) { in main()
|
/Zephyr-Core-3.5.0/samples/drivers/mbox/src/ |
D | main.c | 23 struct mbox_channel tx_channel; in main() local 31 mbox_init_channel(&tx_channel, dev, TX_ID); in main() 47 printk("Ping (on channel %d)\n", tx_channel.id); in main() 49 if (mbox_send(&tx_channel, NULL) < 0) { in main()
|
/Zephyr-Core-3.5.0/drivers/i2s/ |
D | i2s_mcux_sai.c | 93 uint32_t tx_channel; member 569 dev_cfg->tx_channel); in i2s_mcux_config() 574 dev_cfg->tx_channel); in i2s_mcux_config() 579 dev_cfg->tx_channel); in i2s_mcux_config() 590 dev_cfg->tx_channel); in i2s_mcux_config() 1292 .tx_channel = DT_INST_PROP(i2s_id, nxp_tx_channel), \
|