Home
last modified time | relevance | path

Searched refs:ui32ReadThreshold (Results 1 – 4 of 4) sorted by relevance

/hal_ambiq-latest/mcu/apollo3p/hal/
Dam_hal_ble.h260 uint32_t ui32ReadThreshold; //!< Internal HCI READ FIFO size member
Dam_hal_ble.c291 .ui32ReadThreshold = 32,
480 BLEIFn(ui32Module)->FIFOTHR_b.FIFORTHR = psConfig->ui32ReadThreshold; in am_hal_ble_config()
/hal_ambiq-latest/mcu/apollo3/hal/
Dam_hal_ble.h260 uint32_t ui32ReadThreshold; //!< Internal HCI READ FIFO size member
Dam_hal_ble.c292 .ui32ReadThreshold = 32,
491 BLEIFn(ui32Module)->FIFOTHR_b.FIFORTHR = psConfig->ui32ReadThreshold; in am_hal_ble_config()