Lines Matching refs:value
73 NRF_STATIC_INLINE void nrf_vpr_csr_vevif_tasks_set(uint32_t value);
87 NRF_STATIC_INLINE void nrf_vpr_csr_vevif_events_set(uint32_t value);
101 NRF_STATIC_INLINE void nrf_vpr_csr_vevif_events_buffered_set(uint32_t value);
123 NRF_STATIC_INLINE void nrf_vpr_csr_vevif_subscribe_set(uint32_t value);
137 NRF_STATIC_INLINE void nrf_vpr_csr_vevif_publish_set(uint32_t value);
173 NRF_STATIC_INLINE void nrf_vpr_csr_vevif_tasks_set(uint32_t value) in nrf_vpr_csr_vevif_tasks_set() argument
175 nrf_csr_write(VPRCSR_NORDIC_TASKS, value); in nrf_vpr_csr_vevif_tasks_set()
183 NRF_STATIC_INLINE void nrf_vpr_csr_vevif_events_set(uint32_t value) in nrf_vpr_csr_vevif_events_set() argument
185 nrf_csr_write(VPRCSR_NORDIC_EVENTS, value); in nrf_vpr_csr_vevif_events_set()
193 NRF_STATIC_INLINE void nrf_vpr_csr_vevif_events_buffered_set(uint32_t value) in nrf_vpr_csr_vevif_events_buffered_set() argument
195 nrf_csr_write(VPRCSR_NORDIC_EVENTSB, value); in nrf_vpr_csr_vevif_events_buffered_set()
209 NRF_STATIC_INLINE void nrf_vpr_csr_vevif_subscribe_set(uint32_t value) in nrf_vpr_csr_vevif_subscribe_set() argument
211 nrf_csr_write(VPRCSR_NORDIC_SUBSCRIBE, value); in nrf_vpr_csr_vevif_subscribe_set()
219 NRF_STATIC_INLINE void nrf_vpr_csr_vevif_publish_set(uint32_t value) in nrf_vpr_csr_vevif_publish_set() argument
221 nrf_csr_write(VPRCSR_NORDIC_PUBLISH, value); in nrf_vpr_csr_vevif_publish_set()