Lines Matching refs:channels_mask
71 uint32_t channels_mask; //bitmask indicating which channel the event is mapped to member
608 ppi_evt_to_ch[TIMER0_EVENTS_COMPARE_0].channels_mask |= ( 1 << 20 ); in set_fixed_channel_routes()
612 ppi_evt_to_ch[TIMER0_EVENTS_COMPARE_0].channels_mask |= ( 1 << 21 ); in set_fixed_channel_routes()
616 ppi_evt_to_ch[TIMER0_EVENTS_COMPARE_1].channels_mask |= ( 1 << 22 ); in set_fixed_channel_routes()
620 ppi_evt_to_ch[RADIO_EVENTS_BCMATCH].channels_mask |= ( 1 << 23 ); in set_fixed_channel_routes()
624 ppi_evt_to_ch[RADIO_EVENTS_READY].channels_mask |= ( 1 << 24 ); in set_fixed_channel_routes()
628 ppi_evt_to_ch[RADIO_EVENTS_ADDRESS].channels_mask |= ( 1 << 25 ); in set_fixed_channel_routes()
632 ppi_evt_to_ch[RADIO_EVENTS_ADDRESS].channels_mask |= ( 1 << 26 ); in set_fixed_channel_routes()
636 ppi_evt_to_ch[RADIO_EVENTS_END].channels_mask |= ( 1 << 27 ); in set_fixed_channel_routes()
640 ppi_evt_to_ch[RTC0_EVENTS_COMPARE_0].channels_mask |= ( 1 << 28 ); in set_fixed_channel_routes()
644 ppi_evt_to_ch[RTC0_EVENTS_COMPARE_0].channels_mask |= ( 1 << 29 ); in set_fixed_channel_routes()
648 ppi_evt_to_ch[RTC0_EVENTS_COMPARE_0].channels_mask |= ( 1 << 30 ); in set_fixed_channel_routes()
652 ppi_evt_to_ch[RTC0_EVENTS_COMPARE_0].channels_mask |= ( (uint32_t)1 << 31 ); in set_fixed_channel_routes()
729 uint32_t ch_mask = ppi_evt_to_ch[event].channels_mask; in nrf_ppi_event()
782 ppi_evt_to_ch[i].channels_mask &= ~( 1 << ch_nbr ); in nrf_ppi_regw_sideeffects_EEP()
790 ppi_evt_to_ch[ppi_events_table[i].event_type].channels_mask |= ( 1 << ch_nbr ); in nrf_ppi_regw_sideeffects_EEP()