Searched refs:x (Results 1 – 6 of 6) sorted by relevance
/nrf_hw_models-3.5.0/src/HW_models/ |
D | NHW_NVM_backend.h | 41 #define NVM_BACKEND_PARAMS(x, arg, X) \ argument 43 .option = NSI_STRINGIFY(x) "_erase", \ 48 { .option = NSI_STRINGIFY(x) "_file", \ 52 .call_when_found = arg_##x##_file_found, \ 54 "is stored (if set, toggles " NSI_STRINGIFY(x) "_in_ram to false)" \ 56 { .option = NSI_STRINGIFY(x), \ 60 .call_when_found = arg_##x##_file_found, \ 61 .descript = "Alias for " NSI_STRINGIFY(x) "_file" \ 64 .option = NSI_STRINGIFY(x) "_rm", \ 71 .option = NSI_STRINGIFY(x) "_in_ram", \ [all …]
|
D | NHW_CLOCK.c | 186 #define check_interrupt(x) \ in nhw_pwrclk_eval_interrupt() argument 187 if (NRF_CLOCK_regs[inst]->EVENTS_##x \ in nhw_pwrclk_eval_interrupt() 188 && (this->INTEN & CLOCK_INTENCLR_##x##_Msk)){ \ in nhw_pwrclk_eval_interrupt() 219 #define nhw_clock_signal_handler(x) \ argument 220 static void nhw_clock_signal_##x(int i) { \ 221 NRF_CLOCK_regs[i]->EVENTS_##x = 1; \ 223 nrf_ppi_event(CLOCK_EVENTS_##x); \ 226 #define nhw_clock_signal_handler(x) \ argument 227 static void nhw_clock_signal_##x(int i) { \ 228 NRF_CLOCK_regs[i]->EVENTS_##x = 1; \ [all …]
|
D | NHW_NVMC.c | 301 #define ERASE_ENABLED_CHECK(i, x) \ argument 305 __func__, x, i, NRF_NVMC_regs[i].CONFIG); \ 309 #define ERASEPARTIAL_ENABLED_CHECK(i, x) \ argument 313 __func__, x, i, NRF_NVMC_regs[i].CONFIG); \ 317 #define BUSY_CHECK(i, x) \ argument 321 __func__, x, i, hw_nvmc_st[inst].flash_op); \ 325 #define CHECK_ERASE_ADDRESS(i, x) \ argument 326 if ((x < hw_nvmc_st[i].flash_start_addr) \ 327 || (x >= hw_nvmc_st[i].flash_start_addr + hw_nvmc_st[i].flash_size)) { \ 329 "outside of the flash (%i) area\n", __func__, x, i); \ [all …]
|
D | NRF_GPIO_backend.h | 21 void nrf_gpio_backend_register_short(uint8_t X, uint8_t x, uint8_t Y, uint8_t y);
|
D | NRF_GPIO_backend.c | 255 unsigned long X,x,Y,y; in process_config_line() local 274 x = strtoul(buf, &endp, 0); in process_config_line() 289 X,x,Y,y); in process_config_line() 290 nrf_gpio_backend_register_short(X, x, Y, y); in process_config_line()
|
/nrf_hw_models-3.5.0/src/nrfx/hal/ |
D | nrf_radio.c | 17 #define CASE_CALL_SIDEEFFECT(x) \ in nrf_radio_task_trigger() argument 18 case NRF_RADIO_TASK_##x :\ in nrf_radio_task_trigger() 19 nhw_RADIO_regw_sideeffects_TASKS_##x();\ in nrf_radio_task_trigger() 80 #define CASE_CALL_SIDEEFFECT(x) \ in nrf_radio_subscribe_common() argument 81 case NRF_RADIO_TASK_##x :\ in nrf_radio_subscribe_common() 82 nhw_RADIO_regw_sideeffects_SUBSCRIBE_##x(0);\ in nrf_radio_subscribe_common()
|