Home
last modified time | relevance | path

Searched full:x (Results 1 – 17 of 17) sorted by relevance

/nrf_hw_models-3.6.0/src/HW_models/
DNHW_NVM_backend.h41 #define NVM_BACKEND_PARAMS(x, arg, X) \ argument
43 .option = NSI_STRINGIFY(x) "_erase", \
46 .descript = "Reset the " # X " storage to their erase values (0xFF) at boot"\
48 { .option = NSI_STRINGIFY(x) "_file", \
52 .call_when_found = arg_##x##_file_found, \
53 .descript = "Path to the binary file where the " #X " content " \
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" \
[all …]
DNHW_AAR.c172 bs_trace_raw_time(9,"HW AAR address to match %02x:%02x:%02x:%02x:%02x:%02x\n", in nhw_aar_resolve()
179 bs_trace_raw_time(7,"HW AAR the address is not resolvable (0x%06X , %x)\n", prand, prand >> 22); in nhw_aar_resolve()
205 …bs_trace_raw_time(9,"HW AAR (%i): checking prand = 0x%06X, hash = 0x%06X, hashcheck = 0x%06X\n",i,… in nhw_aar_resolve()
DNHW_CLOCK.c186 #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 …]
DNRF_GPIO_backend.c255 unsigned long X,x,Y,y; in process_config_line() local
259 "\"shortcut X.x Y.y\"\nLine was:%s\n"; in process_config_line()
269 X = strtoul(buf, &endp, 0); in process_config_line()
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()
DNRF_GPIO_backend.h21 void nrf_gpio_backend_register_short(uint8_t X, uint8_t x, uint8_t Y, uint8_t y);
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 …]
DNHW_UART_backend_fifo.c422 bs_trace_info_time(8, "UART%i: Received byte (0x%02X)\n", in uf_rx_process_last_msg_post()
427 bs_trace_info_time(3, "UART%i: Received byte (0x%02X) while Rx was off => ignored\n", in uf_rx_process_last_msg_post()
459 … bs_trace_info_time(3, "UART%i: Received byte (0x%02X) while Rx was off => ignored\n", inst, byte); in uf_Rx_handle_old_input()
DBLECrypt_if.h38 …yte, // First byte of packet header (or just LLID and RFU (RFU=0 for BLE v4.x) - other bits are ig…
Dcrc.c210 printf("0x%02X ", buffer[i]); in main()
DBLECrypt_if.c182 …yte, // First byte of packet header (or just LLID and RFU (RFU=0 for BLE v4.x) - other bits are ig… in BLECrypt_if_decrypt_packet()
DNHW_UART.c498 fprintf(u_el->Rx_log_file, "%"PRItime",0x%02X\n", now, byte); in nhw_UARTE_digest_Rx_byte()
762 fprintf(u_el->Tx_log_file, "%"PRItime",0x%02X\n", nsi_hws_get_time(), data); in nhw_UARTE_Tx_byte()
/nrf_hw_models-3.6.0/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()
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()
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()
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()
/nrf_hw_models-3.6.0/docs/
DRADIO_states.svg4X/GkEBm8rrW/W+XI6JfQnyZHIDDAAB4Z3uLZhLQz5RA4LG+3hwDPGeKtkC4aAljmVOvlg0YUOA06U44CdUHur9Sq9qKY6P/1ph…
/nrf_hw_models-3.6.0/src/nrfx_config/
Dnrfx_glue.h23 #define NRFX_DELAY_US(x) argument
/nrf_hw_models-3.6.0/.github/workflows/
Dbuild.yml34 chmod a+x ./repo