Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/mbox/mbox_error_cases/src/
Dmain.c56 const struct mbox_dt_spec tx_channel = in ZTEST() local
89 const struct mbox_dt_spec tx_channel = in ZTEST() local
118 const struct mbox_dt_spec tx_channel = in ZTEST() local
162 const struct mbox_dt_spec tx_channel = in ZTEST() local
193 const struct mbox_dt_spec tx_channel = in ZTEST() local
230 const struct mbox_dt_spec tx_channel = in ZTEST() local
328 const struct mbox_dt_spec tx_channel = in ZTEST() local
362 const struct mbox_dt_spec tx_channel = in ZTEST() local
506 const struct mbox_dt_spec tx_channel = in ZTEST() local
/Zephyr-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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-latest/drivers/i2s/
Di2s_mcux_sai.c94 uint32_t tx_channel; member