Home
last modified time | relevance | path

Searched defs:tx_channel (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.7.0/samples/drivers/mbox/remote/src/
Dmain.c48 const struct mbox_dt_spec tx_channel = MBOX_DT_SPEC_GET(DT_PATH(mbox_consumer), tx); in main() local
/Zephyr-Core-3.7.0/samples/drivers/mbox/src/
Dmain.c44 const struct mbox_dt_spec tx_channel = MBOX_DT_SPEC_GET(DT_PATH(mbox_consumer), tx); in main() local
/Zephyr-Core-3.7.0/samples/drivers/mbox_data/src/
Dmain.c29 const struct mbox_dt_spec tx_channel = MBOX_DT_SPEC_GET(DT_PATH(mbox_consumer), tx); in main() local
/Zephyr-Core-3.7.0/samples/drivers/mbox_data/remote/src/
Dmain.c29 const struct mbox_dt_spec tx_channel = MBOX_DT_SPEC_GET(DT_PATH(mbox_consumer), tx); in main() local
/Zephyr-Core-3.7.0/tests/drivers/mbox/mbox_data/src/
Dmain.c71 const struct mbox_dt_spec *tx_channel = &channels[current_channel_index][TX_CHANNEL_INDEX]; in mbox_data_tests_before() local
113 const struct mbox_dt_spec *tx_channel = in mbox_test() local
/Zephyr-Core-3.7.0/tests/drivers/mbox/mbox_data/remote/src/
Dmain.c58 const struct mbox_dt_spec *tx_channel = &channels[i][TX_CHANNEL_INDEX]; in main() local
/Zephyr-Core-3.7.0/drivers/i2s/
Di2s_mcux_sai.c93 uint32_t tx_channel; member