Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_vpr_csr_vio.h679 nrf_csr_clear_bits(VPRCSR_NORDIC_DIR, value); in nrf_vpr_csr_vio_dir_input_set()
699 nrf_csr_clear_bits(VPRCSR_NORDIC_DIRB, value); in nrf_vpr_csr_vio_dir_buffered_input_set()
770 nrf_csr_clear_bits(VPRCSR_NORDIC_OUT, value); in nrf_vpr_csr_vio_out_clear_set()
790 nrf_csr_clear_bits(VPRCSR_NORDIC_OUTB, value); in nrf_vpr_csr_vio_out_buffered_clear_set()
810 nrf_csr_clear_bits(VPRCSR_NORDIC_OUTBRB, value); in nrf_vpr_csr_vio_out_buffered_reversed_byte_clear_set()
830 nrf_csr_clear_bits(VPRCSR_NORDIC_OUTBRW, value); in nrf_vpr_csr_vio_out_buffered_reversed_word_clear_set()
861 nrf_csr_clear_bits(VPRCSR_NORDIC_OUTBD, value); in nrf_vpr_csr_vio_out_combined_clear_set()
972 nrf_csr_clear_bits(VPRCSR_NORDIC_RTPERIPHCTRL, 1UL << VPRCSR_NORDIC_RTPERIPHCTRL_INSEL_Pos); in nrf_vpr_csr_vio_config_input_sel_disable()
992 nrf_csr_clear_bits(VPRCSR_NORDIC_DIROUT, value); in nrf_vpr_csr_vio_dirout_clear_set()
1012 nrf_csr_clear_bits(VPRCSR_NORDIC_DIROUTB, value); in nrf_vpr_csr_vio_dirout_buffered_clear_set()
Dnrf_vpr_csr_vevif.h170 nrf_csr_clear_bits(VPRCSR_NORDIC_TASKS, mask); in nrf_vpr_csr_vevif_tasks_clear()
231 nrf_csr_clear_bits(VPRCSR_NORDIC_INTEN, mask); in nrf_vpr_csr_vevif_int_disable()
Dnrf_vpr_csr.h365 nrf_csr_clear_bits(VPRCSR_MSTATUS, VPRCSR_MSTATUS_MIE_Msk); in nrf_vpr_csr_machine_interrupts_disable()
/hal_nordic-latest/nrfx/mdk/
Driscv_encoding.h284 #define nrf_csr_clear_bits(csr, mask) \ macro
300 #define csr_clear_bits nrf_csr_clear_bits