Searched refs:nrf_csr_set_bits (Results 1 – 4 of 4) sorted by relevance
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_vpr_csr_vio.h | 674 nrf_csr_set_bits(VPRCSR_NORDIC_DIR, value); in nrf_vpr_csr_vio_dir_output_set() 694 nrf_csr_set_bits(VPRCSR_NORDIC_DIRB, value); in nrf_vpr_csr_vio_dir_buffered_output_set() 765 nrf_csr_set_bits(VPRCSR_NORDIC_OUT, value); in nrf_vpr_csr_vio_out_or_set() 785 nrf_csr_set_bits(VPRCSR_NORDIC_OUTB, value); in nrf_vpr_csr_vio_out_buffered_or_set() 805 nrf_csr_set_bits(VPRCSR_NORDIC_OUTBRB, value); in nrf_vpr_csr_vio_out_buffered_reversed_byte_or_set() 825 nrf_csr_set_bits(VPRCSR_NORDIC_OUTBRW, value); in nrf_vpr_csr_vio_out_buffered_reversed_word_or_set() 856 nrf_csr_set_bits(VPRCSR_NORDIC_OUTBD, value); in nrf_vpr_csr_vio_out_combined_or_set() 967 nrf_csr_set_bits(VPRCSR_NORDIC_RTPERIPHCTRL, 1UL << VPRCSR_NORDIC_RTPERIPHCTRL_INSEL_Pos); in nrf_vpr_csr_vio_config_input_sel_enable() 987 nrf_csr_set_bits(VPRCSR_NORDIC_DIROUT, value); in nrf_vpr_csr_vio_dirout_or_set() 1007 nrf_csr_set_bits(VPRCSR_NORDIC_DIROUTB, value); in nrf_vpr_csr_vio_dirout_buffered_or_set()
|
| D | nrf_vpr_csr_vevif.h | 190 nrf_csr_set_bits(VPRCSR_NORDIC_EVENTS, mask); in nrf_vpr_csr_vevif_events_trigger() 226 nrf_csr_set_bits(VPRCSR_NORDIC_INTEN, mask); in nrf_vpr_csr_vevif_int_enable()
|
| D | nrf_vpr_csr.h | 360 nrf_csr_set_bits(VPRCSR_MSTATUS, VPRCSR_MSTATUS_MIE_Msk); in nrf_vpr_csr_machine_interrupts_enable()
|
| /hal_nordic-latest/nrfx/mdk/ |
| D | riscv_encoding.h | 267 #define nrf_csr_set_bits(csr, mask) \ macro 298 #define csr_set_bits nrf_csr_set_bits
|