Home
last modified time | relevance | path

Searched refs:tx_mask (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/mbox/
Dmbox_nrfx_ipc.c28 uint32_t tx_mask; member
31 .tx_mask = DT_INST_PROP(0, tx_mask),
45 return ((ch < IPC_CONF_NUM) && (conf->tx_mask & BIT(ch))); in is_tx_channel_valid()
153 if (conf->tx_mask >= BIT(IPC_CONF_NUM)) { in enable_dt_channels()
165 if (conf->tx_mask & BIT(ch)) { in enable_dt_channels()