Searched full:on (Results 1 – 25 of 35) sorted by relevance
12
/nrf_hw_models-3.6.0/docs/ |
D | LICENSE | 48 form, that is based on (or derived from) the Work and for which the 59 or by an individual or Legal Entity authorized to submit on behalf of 63 communication on electronic mailing lists, source code control systems, 64 and issue tracking systems that are managed by, or on behalf of, the 70 on behalf of whom a Contribution has been received by Licensor and 152 Contributor provides its Contributions) on an "AS IS" BASIS, 177 on Your own behalf and on Your sole responsibility, not on behalf 192 file or class name and description of purpose be included on the 205 distributed under the License is distributed on an "AS IS" BASIS,
|
D | README_HW_models.md | 10 protocol simulations, which will focus on the SW, to be able to debug it, 16 The focus of these models is on the BLE and 15.4 stacks, and therefore 20 Regarding the time accuracy, these models will focus mostly on the radio 22 as all models are based on public specifications, all peripherals timings 163 They rely on an overall scheduler triggering (calling) them in 188 Similarly, on program exit, the models cleanup functions registered 221 You can check Zephyr's nrf5*_bsim wrapping code for an insight on how
|
D | UART.md | 56 The backend will automatically create and delete the FIFOs on its own. 83 and have the same result with lower overhead, and no files created on disk.
|
D | README.md | 65 its BLE and 15.4 stacks to function. For more details please see the notes on the source 70 These models are based solely on
|
/nrf_hw_models-3.6.0/src/nrfx/hal/ |
D | nrf_nvmc.c | 91 * not keen on adding conditionally compiled delays on those 95 * we actually wait more or less time depending on the pending
|
D | nrf_gpiote.c | 35 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
D | nrf_gpio.c | 43 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
/nrf_hw_models-3.6.0/.github/workflows/ |
D | build.yml | 3 on: 16 runs-on: ubuntu-latest
|
/nrf_hw_models-3.6.0/src/HW_models/ |
D | NHW_RADIO.c | 38 …ing reception we assume that CRCPOLY and CRCINIT are correct on both sides, and just rely on the p… 39 …* On transmission we generate the correct CRC for correctness of the channel dump traces (… 73 * bit on *air* (That is the Tx chain delay later for Tx, and RxChainDelay earlier for Rx) 75 * Note20: The LQI value is based on a single measurement at the end of the SFD. 91 * Note23: Powering off/on is not properly modeled (it is mostly ignored) 100 * This TIFS machine piggybacks on the main machine and its timer. 346 "NRF_RADIO: TASK_CCASTOP received while the radio was not on a CCA procedure (was %i, %i). " in nhw_RADIO_TASK_CCASTOP() 372 "NRF_RADIO: TASK_EDSTOP received while the radio was not on a ED procedure (was %i, %i). " in nhw_RADIO_TASK_EDSTOP() 395 //but it seems for CCA it can cause a bit of a mess depending on CCA mode. in nhw_RADIO_TASK_STOP() 406 "NRF_RADIO: TASK_STOP received while the radio was not on either TX or RX but in state %i. " in nhw_RADIO_TASK_STOP() [all …]
|
D | NHW_RADIO_utils.c | 207 * based on the radio registers configuration. 236 …//we rely on the Tx side error/warning being enough to warn users that we do not support other for… in nhwra_prep_rx_request() 293 * based on the radio registers configuration. 345 * based on the radio registers configuration. 383 … //The Phy does not support detecting just based on something close enough in the correlator output in nhwra_prep_cca_request()
|
D | NHW_UART_private.h | 45 /* When was the last time the receiver was off (only valid if the receiver is currently On */
|
D | NHW_RTC.c | 47 * Though the PRESCALER is shadowed into an internal register on the tasks 213 * event timings for example if the timing of an event would be calculated base on the last LF 393 // on the last LF clock tick in nhw_rtc_set_counter() 499 /* Pre-scaler value is latched to an internal register on tasks START, CLEAR, and TRIGOVRFLW */ in nhw_rtc_TASKS_START() 535 /* Pre-scaler value is latched to an internal register on tasks START, CLEAR, and TRIGOVRFLW */ in nhw_rtc_TASKS_CLEAR() 548 /* Pre-scaler value is latched to an internal register on tasks START, CLEAR, and TRIGOVRFLW */ in nhw_rtc_TASKS_TRIGOVRFLW()
|
D | NHW_RADIO_priv.h | 20 …RAD_DISABLED = 0, //No operations are going on inside the radio and the power consumption is at a …
|
D | BLECrypt_if.h | 13 * distributed under the License is distributed on an "AS IS" BASIS,
|
D | NHW_RNG.c | 23 * The bias correction has no effect on the random value quality
|
D | NRF_HWLowL.c | 87 * on the time machine auto-synchronization mechanism.
|
D | NRF5340_peri_types.h | 198 …__IOM uint32_t VREQH; /*!< (@ 0x00000000) Request high voltage on RADIO Af… 202 …__IM uint32_t VREQHREADY; /*!< (@ 0x00000008) High voltage on RADIO is ready … 215 …TASKS_START; /*!< (@ 0x00000000) Start resolving addresses based on IRKs specified 249 /* Description: Start resolving addresses based on IRKs specified in the IRK data structure */ 251 /* Bit 0 : Start resolving addresses based on IRKs specified in the IRK data structure */ 1375 #define CLOCK_HFCLKSTAT_SRC_HFINT (0UL) /*!< Clock source: HFINT - 128 MHz on-chip oscillator */ 1470 #define CLOCK_HFCLK192MSTAT_SRC_HFINT (0UL) /*!< Clock source: HFINT - on-chip oscillator */ 2031 …_t TASKS_SEND[16]; /*!< (@ 0x00000000) Description collection: Trigger events on IPC 2037 …_t EVENTS_RECEIVE[16]; /*!< (@ 0x00000100) Description collection: Event received on one 2252 …NTS_DEVMATCH; /*!< (@ 0x00000114) A device address match occurred on the last received [all …]
|
D | NHW_NVM_backend.c | 9 * which can use files on disk or just host RAM
|
D | NHW_IPC.c | 12 * and instantiates N of them (and initializes them at startup and frees them on exit),
|
D | NHW_AAR.c | 22 * * IMPORTANT: This may change in the future. No embedded SW or tests may rely on this,
|
D | BLECrypt_if.c | 14 * distributed under the License is distributed on an "AS IS" BASIS,
|
D | NHW_DPPI.c | 23 * on the individual channels security 34 * and instantiates N of them (and initializes them at startup and frees them on exit),
|
D | NRF_GPIO.c | 498 * performed a clear operation on the LATCH registers, a rising edge will be generated in nrf_gpio_regw_sideeffects_LATCH() 499 * on the LDETECT signal. in nrf_gpio_regw_sideeffects_LATCH()
|
D | NHW_AES_CCM.c | 110 // Copy 39-bit packet counter into first 5 bytes of nonce and set 40th bit depending on packet in nonce_calc()
|
/nrf_hw_models-3.6.0/src/nrfx/hal_replacements/hal/ |
D | nrf_dppi.h | 19 * any subscribe register based on a pointer to the register
|
12