Home
last modified time | relevance | path

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

/hal_ambiq-latest/mcu/apollo3p/hal/
Dam_hal_ble.h261 uint32_t ui32WriteThreshold; //!< Internal HCI WRITE FIFO size. member
Dam_hal_ble.c292 .ui32WriteThreshold = 32,
479 BLEIFn(ui32Module)->FIFOTHR_b.FIFOWTHR = psConfig->ui32WriteThreshold; in am_hal_ble_config()
/hal_ambiq-latest/mcu/apollo3/hal/
Dam_hal_ble.h261 uint32_t ui32WriteThreshold; //!< Internal HCI WRITE FIFO size. member
Dam_hal_ble.c293 .ui32WriteThreshold = 32,
490 BLEIFn(ui32Module)->FIFOTHR_b.FIFOWTHR = psConfig->ui32WriteThreshold; in am_hal_ble_config()