Home
last modified time | relevance | path

Searched full:ble_xtal_settle_time (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/
H A Dble_lp_clock.rst41 BLE_XTAL_SETTLE_TIME: 1500
53 The configuration variable ``BLE_XTAL_SETTLE_TIME`` is used by the
57 on prior to using the radio and the ``BLE_XTAL_SETTLE_TIME`` must be set
60 ``BLE_XTAL_SETTLE_TIME`` accordingly. The current value of 1500
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll.h65 * Another note: BLE_XTAL_SETTLE_TIME should be bsp related (I guess). There
76 #if MYNEWT_VAL(BLE_XTAL_SETTLE_TIME) != 0
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml185 BLE_XTAL_SETTLE_TIME:
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll.c1451 xtal_ticks = MYNEWT_VAL(BLE_XTAL_SETTLE_TIME); in ble_ll_init()