Lines Matching defs:channel
209 uint32_t channel, uint32_t val)
222 (SEND_FRAME(p_mhu))->send_ch_window[channel].ch_set = val;
230 uint32_t channel, uint32_t *value)
243 *value = (SEND_FRAME(p_mhu))->send_ch_window[channel].ch_st;
251 uint32_t channel)
264 (RECV_FRAME(p_mhu))->rec_ch_window[channel].ch_clr = UINT32_MAX;
272 const struct mhu_v2_x_dev_t *dev, uint32_t channel, uint32_t *value)
285 *value = (RECV_FRAME(p_mhu))->rec_ch_window[channel].ch_st;
293 const struct mhu_v2_x_dev_t *dev, uint32_t channel, uint32_t mask)
306 (RECV_FRAME(p_mhu))->rec_ch_window[channel].ch_msk_set = mask;
314 const struct mhu_v2_x_dev_t *dev, uint32_t channel, uint32_t mask)
327 (RECV_FRAME(p_mhu))->rec_ch_window[channel].ch_msk_clr = mask;