Home
last modified time | relevance | path

Searched refs:x (Results 1 – 10 of 10) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNHW_NVM_backend.h41 #define _NVM_BACKEND_PARAMS(x, real_x, arg, X, descr_prefix) \ argument
43 .option = NSI_STRINGIFY(x) "_erase", \
48 { .option = NSI_STRINGIFY(x) "_file", \
54 "is stored (if set, toggles " NSI_STRINGIFY(x) "_in_ram to false)" \
56 { .option = NSI_STRINGIFY(x), \
61 .descript = descr_prefix "Alias for " NSI_STRINGIFY(x) "_file" \
64 .option = NSI_STRINGIFY(x) "_rm", \
71 .option = NSI_STRINGIFY(x) "_in_ram", \
75 "If this is set " NSI_STRINGIFY(x) "_erase/_file & _rm " \
79 #define NVM_BACKEND_PARAMS(x, arg, X) \ argument
[all …]
DNHW_CLOCK.c189 #define check_interrupt(x) \ in nhw_pwrclk_eval_interrupt() argument
190 if (NRF_CLOCK_regs[inst]->EVENTS_##x \ in nhw_pwrclk_eval_interrupt()
191 && (this->INTEN & CLOCK_INTENCLR_##x##_Msk)){ \ in nhw_pwrclk_eval_interrupt()
222 #define nhw_clock_signal_handler(x) \ argument
223 static void nhw_clock_signal_##x(int i) { \
224 NRF_CLOCK_regs[i]->EVENTS_##x = 1; \
226 nrf_ppi_event(CLOCK_EVENTS_##x); \
229 #define nhw_clock_signal_handler(x) \ argument
230 static void nhw_clock_signal_##x(int i) { \
231 NRF_CLOCK_regs[i]->EVENTS_##x = 1; \
[all …]
DNHW_NVMC.c301 #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 …]
DNRF_GPIO_backend.h21 void nrf_gpio_backend_register_short(uint8_t X, uint8_t x, uint8_t Y, uint8_t y);
DNRF_GPIO_backend.c255 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()
DNHW_54L_CLOCK.c135 #define check_interrupt(x) \ in nhw_CLOCK_eval_interrupt() argument
136 if (NRF_CLOCK_regs[0]->EVENTS_ ##x && (NRF_CLOCK_regs[0]->INTEN & CLOCK_INTENSET_## x ##_Msk)){ \ in nhw_CLOCK_eval_interrupt()
138 NRF_CLOCK_regs[0]->INTPEND |= CLOCK_INTENSET_## x ##_Msk; \ in nhw_CLOCK_eval_interrupt()
/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_radio.c17 #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()
96 #define CASE_CALL_SIDEEFFECT(x) \ in nrf_radio_subscribe_common() argument
97 case NRF_RADIO_TASK_##x :\ in nrf_radio_subscribe_common()
98 nhw_RADIO_regw_sideeffects_SUBSCRIBE_##x(0);\ in nrf_radio_subscribe_common()
Dnrf_uart.c25 #define CASE_TASK(x) \ in nrf_uart_task_trigger() argument
26 case NRF_UART_TASK_##x: nhw_UARTE_regw_sideeffects_TASKS_##x(i); break in nrf_uart_task_trigger()
Dnrf_uarte.c25 #define CASE_TASK(x) \ in nrf_uarte_task_trigger() argument
26 case NRF_UARTE_TASK_##x: nhw_UARTE_regw_sideeffects_TASKS_##x(i); break in nrf_uarte_task_trigger()
/nrf_hw_models-latest/src/nrfx_config/
Dnrfx_glue.h23 #define NRFX_DELAY_US(x) argument