Home
last modified time | relevance | path

Searched refs:NRF_VPR_CSR_NORDIC_KEY_MASK (Results 1 – 1 of 1) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_vpr_csr.h59 #define NRF_VPR_CSR_NORDIC_KEY_MASK \ macro
466 reg = (reg & ~VPRCSR_NORDIC_VPRNORDICCTRL_ENABLERTPERIPH_Msk) | NRF_VPR_CSR_NORDIC_KEY_MASK; in nrf_vpr_csr_rtperiph_enable_set()
470 << VPRCSR_NORDIC_VPRNORDICCTRL_ENABLERTPERIPH_Pos) | NRF_VPR_CSR_NORDIC_KEY_MASK; in nrf_vpr_csr_rtperiph_enable_set()
484 reg = (reg & ~VPRCSR_NORDIC_VPRNORDICCTRL_ENABLEREMAP_Msk) | NRF_VPR_CSR_NORDIC_KEY_MASK; in nrf_vpr_csr_remap_enable_set()
488 << VPRCSR_NORDIC_VPRNORDICCTRL_ENABLEREMAP_Pos) | NRF_VPR_CSR_NORDIC_KEY_MASK; in nrf_vpr_csr_remap_enable_set()
502 reg &= ~(VPRCSR_NORDIC_VPRNORDICCTRL_CNTIRQENABLE_Msk | NRF_VPR_CSR_NORDIC_KEY_MASK); in nrf_vpr_csr_cnt_irq_enable_set()
506 << VPRCSR_NORDIC_VPRNORDICCTRL_CNTIRQENABLE_Pos) | NRF_VPR_CSR_NORDIC_KEY_MASK; in nrf_vpr_csr_cnt_irq_enable_set()
521 reg = (reg & ~VPRCSR_NORDIC_VPRNORDICCTRL_VPRBUSPRI_Msk) | NRF_VPR_CSR_NORDIC_KEY_MASK; in nrf_vpr_csr_ram_prio_enable_set()
525 << VPRCSR_NORDIC_VPRNORDICCTRL_VPRBUSPRI_Pos) | NRF_VPR_CSR_NORDIC_KEY_MASK; in nrf_vpr_csr_ram_prio_enable_set()
593 NRF_VPR_CSR_NORDIC_KEY_MASK; in nrf_vpr_csr_clic_round_robin_set()
[all …]