Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_vpr_csr_vio.h674 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()
Dnrf_vpr_csr_vevif.h190 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()
Dnrf_vpr_csr.h360 nrf_csr_set_bits(VPRCSR_MSTATUS, VPRCSR_MSTATUS_MIE_Msk); in nrf_vpr_csr_machine_interrupts_enable()
/hal_nordic-latest/nrfx/mdk/
Driscv_encoding.h267 #define nrf_csr_set_bits(csr, mask) \ macro
298 #define csr_set_bits nrf_csr_set_bits