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