Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/mbox/mbox_error_cases/src/
Dmain.c54 const struct mbox_dt_spec rx_channel = in ZTEST() local
87 const struct mbox_dt_spec rx_channel = in ZTEST() local
140 const struct mbox_dt_spec rx_channel = in ZTEST() local
252 const struct mbox_dt_spec rx_channel = in ZTEST() local
275 const struct mbox_dt_spec rx_channel = in ZTEST() local
305 const struct mbox_dt_spec rx_channel = in ZTEST() local
384 const struct mbox_dt_spec rx_channel = in ZTEST() local
406 const struct mbox_dt_spec rx_channel = in ZTEST() local
456 const struct mbox_dt_spec rx_channel = in ZTEST() local
510 const struct mbox_dt_spec rx_channel = in ZTEST() local
/Zephyr-latest/samples/drivers/mbox/remote/src/
Dmain.c30 const struct mbox_dt_spec rx_channel = MBOX_DT_SPEC_GET(DT_PATH(mbox_consumer), rx); in main() local
/Zephyr-latest/samples/drivers/mbox/src/
Dmain.c26 const struct mbox_dt_spec rx_channel = MBOX_DT_SPEC_GET(DT_PATH(mbox_consumer), rx); in main() local
/Zephyr-latest/samples/drivers/mbox_data/remote/src/
Dmain.c30 const struct mbox_dt_spec rx_channel = MBOX_DT_SPEC_GET(DT_PATH(mbox_consumer), rx); in main() local
/Zephyr-latest/samples/drivers/mbox_data/src/
Dmain.c30 const struct mbox_dt_spec rx_channel = MBOX_DT_SPEC_GET(DT_PATH(mbox_consumer), rx); in main() local
/Zephyr-latest/tests/drivers/mbox/mbox_data/src/
Dmain.c72 const struct mbox_dt_spec *rx_channel = &channels[current_channel_index][RX_CHANNEL_INDEX]; in mbox_data_tests_before() local
94 const struct mbox_dt_spec *rx_channel = &channels[current_channel_index][RX_CHANNEL_INDEX]; in mbox_data_tests_after() local
/Zephyr-latest/tests/drivers/mbox/mbox_data/remote/src/
Dmain.c59 const struct mbox_dt_spec *rx_channel = &channels[i][RX_CHANNEL_INDEX]; in main() local