Searched full:path (Results 1 – 13 of 13) sorted by relevance
/nrf_hw_models-3.6.0/src/HW_models/ |
D | bs_compat.c | 17 * If missing, attempt to create all folders in a file path 19 * The path is assumed to be a path to either a folder or a file, 24 int _bs_create_folders_in_path(const char *path) { in _bs_create_folders_in_path() argument 26 char *start = (char* )path; in _bs_create_folders_in_path() 35 int ret = bs_createfolder(path); in _bs_create_folders_in_path()
|
D | NHW_NVM_backend.h | 49 .name = "path", \ 53 .descript = "Path to the binary file where the " #X " content " \ 57 .name = "path", \
|
D | NRF_GPIO_backend.c | 98 .name="path", in nrf_gpio_register_cmd_args() 101 .descript="Optional path to a file containing GPIOs inputs activity", in nrf_gpio_register_cmd_args() 105 .name="path", in nrf_gpio_register_cmd_args() 108 .descript="Optional path to a file where GPIOs output activity will be saved", in nrf_gpio_register_cmd_args() 112 .name="path", in nrf_gpio_register_cmd_args() 115 .descript="Optional path to a file where the GPIOs configuration will be found.", in nrf_gpio_register_cmd_args()
|
D | bs_compat.h | 15 int _bs_create_folders_in_path(const char *path);
|
D | NHW_UART_backend_fifo.c | 548 static char descr_tx[] = "Path to the FIFO to be used for Tx (it will be created automatically). " in nhw_ufifo_backend_register_cmdline() 551 static char descr_rx[] = "Path to the FIFO to be used for Rx (it will be created automatically)"; in nhw_ufifo_backend_register_cmdline() 554 static char opt_name[]= "path"; in nhw_ufifo_backend_register_cmdline()
|
D | NHW_UART.c | 1170 …static char descr_tx[] = "Path to a file where the Tx bytes will be logged. Setting this enables t… in nhw_uart_register_cmdline() 1171 …static char descr_rx[] = "Path to a file where the Rx bytes will be logged. Setting this enables t… in nhw_uart_register_cmdline() 1174 static char opt_name[]= "path"; in nhw_uart_register_cmdline()
|
D | NRF5340_peri_types.h | 2273 … TX path */ 2275 … RX path */ 2822 /* Description: RADIO has ramped up and is ready to be started TX path */ 2824 /* Bit 0 : RADIO has ramped up and is ready to be started TX path */ 2831 /* Description: RADIO has ramped up and is ready to be started RX path */ 2833 /* Bit 0 : RADIO has ramped up and is ready to be started RX path */
|
/nrf_hw_models-3.6.0/docs/ |
D | RADIO_states.svg | 4 …path d="M 115 222 Q 115 182 122.5 162 Q 130 142 155 132 Q 180 122 243.74 124.9" fill="none" stroke…
|
D | GPIO.md | 21 * From an input stimuli file (`-gpio_in_file=<path>`). Which follows the stimuli format 25 (`-gpio_conf_file=<path>`, see below), or 31 For this just call the excutable with `-gpio_out_file=<path>`.
|
D | UART.md | 54 the path to each FIFO.
|
D | README.md | 24 `NRFX_BASE` must point to the path where nrfx has been cloned.
|
/nrf_hw_models-3.6.0/src/nrfx/hal_replacements/hal/ |
D | nrf_dppi.h | 9 * the include path before the real hal/nrf_dppi.h
|
/nrf_hw_models-3.6.0/.github/workflows/ |
D | build.yml | 26 path: ${{env.CHECKOUT_PATH}}
|