Searched refs:synchro_channel_mask (Results 1 – 1 of 1) sorted by relevance
69 uint32_t synchro_channel_mask; // Bitmap of channels already added in the synchronous group member109 .synchro_channel_mask = 01324 rmt_contex.synchro_channel_mask |= (1 << channel); in rmt_add_channel_to_group()1326 rmt_ll_tx_reset_channels_clock_div(rmt_contex.hal.regs, rmt_contex.synchro_channel_mask); in rmt_add_channel_to_group()1335 rmt_contex.synchro_channel_mask &= ~(1 << channel); in rmt_remove_channel_from_group()1337 if (rmt_contex.synchro_channel_mask == 0) { in rmt_remove_channel_from_group()