Searched refs:s (Results 1 – 7 of 7) sorted by relevance
/nrf_hw_models-3.7.0/src/HW_models/ |
D | NRF_GPIO_backend.c | 173 static int readline(char *s, int size, FILE *stream) in readline() argument 196 s[i++] =c; in readline() 199 s[i] = 0; in readline() 253 static int process_config_line(char *s) in process_config_line() argument 257 char *buf = s; in process_config_line() 261 if (strncmp(s, "short", 5) == 0){ in process_config_line() 263 } else if (strncmp(s, "s", 1) == 0){ in process_config_line() 267 "point, Line read \"%s\" instead\n", __func__, s); in process_config_line() 271 bs_trace_error_line(error_msg, __func__, s); in process_config_line() 276 bs_trace_error_line(error_msg, __func__, s); in process_config_line() [all …]
|
D | NRF_HWLowL.c | 106 int hwll_connect_to_phy(uint d, const char* s, const char* p){ in hwll_connect_to_phy() argument 108 return p2G4_dev_initcom_nc(d, s, p); in hwll_connect_to_phy()
|
D | NRF_HWLowL.h | 19 int hwll_connect_to_phy(unsigned int d, const char* s, const char* p);
|
/nrf_hw_models-3.7.0/docs/ |
D | GPIO.md | 12 * Do not allow several outputs to be shortcircuited together to form logical OR's or AND's 79 `s out_port.out_pin in_port.in_pin` 81 The first word must always be either "short" or "s"
|
D | README_HW_models.md | 5 with Zephyr's nrf5*_bsim. 84 In Zephyr's nrf5*_bsim case, this is achieved by providing a version of the 100 In Zephyr's nrf5*_bsim case, this is done in the replacement nRFx HAL function. 112 In Zephyr's nrf5*_bsim `nsif_cpun_irq_raised(<cpu_nbr>)` is provided by the Zephyr 158 these models without Zephyr's nrf5*_bsim wrapping logic. 210 (this second case is how it is done in Zephyr's nrf5*_bsim) 215 babblesim's command line argument utilities. 218 The way to describe the command line arguments follows Babblesim's 221 You can check Zephyr's nrf5*_bsim wrapping code for an insight on how
|
D | README.md | 22 When compiling this component using the provided Makefile (not with Zephyr's build system), 43 [Zephyr's nrf52_bsim target](https://docs.zephyrproject.org/latest/boards/posix/nrf52_bsim/doc/inde… 44 In that case, Zephyr's versions of the nrfx HAL and native simulator will be used by
|
D | LICENSE | 87 Contribution(s) alone or by combination of their Contribution(s) 88 with the Work to which such Contribution(s) was submitted. If You
|