Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_vpr_csr_vtim.h214 nrf_csr_write(VPRCSR_NORDIC_CNTMODE0, mode); in nrf_vpr_csr_vtim_count_mode_set()
217 nrf_csr_write(VPRCSR_NORDIC_CNTMODE1, mode); in nrf_vpr_csr_vtim_count_mode_set()
244 nrf_csr_write(VPRCSR_NORDIC_CNT0, (uint32_t)value); in nrf_vpr_csr_vtim_simple_counter_set()
247 nrf_csr_write(VPRCSR_NORDIC_CNT1, (uint32_t)value); in nrf_vpr_csr_vtim_simple_counter_set()
280 nrf_csr_write(VPRCSR_NORDIC_CNTTOP, reg); in nrf_vpr_csr_vtim_simple_counter_top_set()
286 nrf_csr_write(VPRCSR_NORDIC_CNTTOP, reg); in nrf_vpr_csr_vtim_simple_counter_top_set()
299 nrf_csr_write(VPRCSR_NORDIC_CNTADD0, value); in nrf_vpr_csr_vtim_simple_counter_add_set()
302 nrf_csr_write(VPRCSR_NORDIC_CNTADD1, value); in nrf_vpr_csr_vtim_simple_counter_add_set()
315 nrf_csr_write(VPRCSR_NORDIC_WAIT0, in nrf_vpr_csr_vtim_simple_wait_set()
322 nrf_csr_write(VPRCSR_NORDIC_WAIT1, in nrf_vpr_csr_vtim_simple_wait_set()
[all …]
Dnrf_vpr_csr_vio.h669 nrf_csr_write(VPRCSR_NORDIC_DIR, value); in nrf_vpr_csr_vio_dir_set()
689 nrf_csr_write(VPRCSR_NORDIC_DIRB, value); in nrf_vpr_csr_vio_dir_buffered_set()
710 nrf_csr_write(VPRCSR_NORDIC_DIRTGL, mask); in nrf_vpr_csr_vio_dir_toggle_set()
715 nrf_csr_write(VPRCSR_NORDIC_DIRBTGL, mask); in nrf_vpr_csr_vio_dir_buffered_toggle_set()
740 nrf_csr_write(VPRCSR_NORDIC_INMODE, mode); in nrf_vpr_csr_vio_mode_in_set()
750 nrf_csr_write(VPRCSR_NORDIC_INMODEB, mode); in nrf_vpr_csr_vio_mode_in_buffered_set()
760 nrf_csr_write(VPRCSR_NORDIC_OUT, value); in nrf_vpr_csr_vio_out_set()
780 nrf_csr_write(VPRCSR_NORDIC_OUTB, value); in nrf_vpr_csr_vio_out_buffered_set()
800 nrf_csr_write(VPRCSR_NORDIC_OUTBRB, value); in nrf_vpr_csr_vio_out_buffered_reversed_byte_set()
820 nrf_csr_write(VPRCSR_NORDIC_OUTBRW, value); in nrf_vpr_csr_vio_out_buffered_reversed_word_set()
[all …]
Dnrf_vpr_csr.h377 nrf_csr_write(VPRCSR_MTVT, address); in nrf_vpr_csr_machine_trap_vector_table_addr_set()
409 nrf_csr_write(VPRCSR_MINTTHRESH, (th << VPRCSR_MINTTHRESH_TH_Pos)); in nrf_vpr_csr_machine_interrupt_threshold_set()
425 nrf_csr_write(VPRCSR_MCOUNTINHIBIT, reg); in nrf_vpr_csr_machine_cycle_counter_enable_set()
448 nrf_csr_write(VPRCSR_MCOUNTINHIBIT, reg); in nrf_vpr_csr_machine_instruction_counter_enable_set()
472 nrf_csr_write(VPRCSR_NORDIC_VPRNORDICCTRL, reg); in nrf_vpr_csr_rtperiph_enable_set()
490 nrf_csr_write(VPRCSR_NORDIC_VPRNORDICCTRL, reg); in nrf_vpr_csr_remap_enable_set()
508 nrf_csr_write(VPRCSR_NORDIC_VPRNORDICCTRL, reg); in nrf_vpr_csr_cnt_irq_enable_set()
527 nrf_csr_write(VPRCSR_NORDIC_VPRNORDICCTRL, reg); in nrf_vpr_csr_ram_prio_enable_set()
543 nrf_csr_write(VPRCSR_NORDIC_VPRNORDICSLEEPCTRL, reg); in nrf_vpr_csr_sleep_state_set()
561 nrf_csr_write(VPRCSR_NORDIC_VPRNORDICSLEEPCTRL, reg); in nrf_vpr_csr_return_to_sleep_set()
[all …]
Dnrf_vpr_csr_vevif.h175 nrf_csr_write(VPRCSR_NORDIC_TASKS, value); in nrf_vpr_csr_vevif_tasks_set()
185 nrf_csr_write(VPRCSR_NORDIC_EVENTS, value); in nrf_vpr_csr_vevif_events_set()
195 nrf_csr_write(VPRCSR_NORDIC_EVENTSB, value); in nrf_vpr_csr_vevif_events_buffered_set()
211 nrf_csr_write(VPRCSR_NORDIC_SUBSCRIBE, value); in nrf_vpr_csr_vevif_subscribe_set()
221 nrf_csr_write(VPRCSR_NORDIC_PUBLISH, value); in nrf_vpr_csr_vevif_publish_set()
/hal_nordic-latest/nrfx/mdk/
Driscv_encoding.h250 #define nrf_csr_write(csr, val) \ macro
296 #define csr_write nrf_csr_write