Searched refs:CHG (Results 1 – 4 of 4) sorted by relevance
97 p_reg->CHG[(uint32_t) channel_group] = in nrf_dppi_channels_include_in_group()98 p_reg->CHG[(uint32_t) channel_group] | (channel_mask); in nrf_dppi_channels_include_in_group()108 p_reg->CHG[(uint32_t) channel_group] = in nrf_dppi_channels_remove_from_group()109 p_reg->CHG[(uint32_t) channel_group] & ~(channel_mask); in nrf_dppi_channels_remove_from_group()118 p_reg->CHG[(uint32_t) group] = 0; in nrf_dppi_group_clear()
355 regs->CHEN |= regs->CHG[n]; in nhw_dppi_task_chg_en()365 regs->CHEN &= ~regs->CHG[n]; in nhw_dppi_task_chg_dis()488 regs->CHG[n] = this->shadow_CHG[n]; in nhw_dppi_regw_sideeffects_CHGn()492 this->shadow_CHG[n] = regs->CHG[n]; in nhw_dppi_regw_sideeffects_CHGn()
47 NRF_PPI_regs.CHEN |= NRF_PPI_regs.CHG[groupnbr]; in nrf_ppi_TASK_CHG_ENDIS()50 NRF_PPI_regs.CHEN &= ~NRF_PPI_regs.CHG[groupnbr]; in nrf_ppi_TASK_CHG_ENDIS()
1979 …__IOM uint32_t CHG[6]; /*!< (@ 0x00000800) Description collection: Channel … member