Home
last modified time | relevance | path

Searched full:path (Results 1 – 13 of 13) sorted by relevance

/nrf_hw_models-3.6.0/src/HW_models/
Dbs_compat.c17 * 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()
DNHW_NVM_backend.h49 .name = "path", \
53 .descript = "Path to the binary file where the " #X " content " \
57 .name = "path", \
DNRF_GPIO_backend.c98 .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()
Dbs_compat.h15 int _bs_create_folders_in_path(const char *path);
DNHW_UART_backend_fifo.c548 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()
DNHW_UART.c1170 …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()
DNRF5340_peri_types.h2273 … 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/
DRADIO_states.svg4path 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…
DGPIO.md21 * 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>`.
DUART.md54 the path to each FIFO.
DREADME.md24 `NRFX_BASE` must point to the path where nrfx has been cloned.
/nrf_hw_models-3.6.0/src/nrfx/hal_replacements/hal/
Dnrf_dppi.h9 * the include path before the real hal/nrf_dppi.h
/nrf_hw_models-3.6.0/.github/workflows/
Dbuild.yml26 path: ${{env.CHECKOUT_PATH}}