Searched refs:csr (Results 1 – 2 of 2) sorted by relevance
232 #define nrf_csr_swap(csr, val) \ argument236 : "=r" (__v) : "i" (csr), "rK" (__v) \241 #define nrf_csr_read(csr) \ argument245 : "=r" (__v) : "i" (csr) \250 #define nrf_csr_write(csr, val) \ argument254 : : "i" (csr), "rK" (__v) \258 #define nrf_csr_read_and_set_bits(csr, mask) \ argument262 : "=r" (__v) : "i" (csr), "rK" (__v) \267 #define nrf_csr_set_bits(csr, mask) \ argument271 : : "i" (csr), "rK" (__v) \[all …]
12 ./csr/hal.rst13 ./csr/vio/hal.rst14 ./csr/vtim/hal.rst15 ./csr/vevif/hal.rst