Home
last modified time | relevance | path

Searched refs:am_hal_ble_state_t (Results 1 – 6 of 6) sorted by relevance

/hal_ambiq-latest/mcu/apollo3p/hal/
Dam_hal_ble.c59 am_hal_ble_state_t g_sBLEState[AM_REG_BLEIF_NUM_MODULES];
137 static bool am_hal_ble_bus_lock(am_hal_ble_state_t *pBle);
138 static void am_hal_ble_bus_release(am_hal_ble_state_t *pBle);
141 static bool am_hal_ble_check_status(am_hal_ble_state_t *pBle);
142 static bool am_hal_ble_check_irq(am_hal_ble_state_t *pBle);
145 static uint32_t nonblocking_write(am_hal_ble_state_t *pBle, am_hal_ble_transfer_t *psTransfer);
146 static uint32_t nonblocking_read(am_hal_ble_state_t *pBle, am_hal_ble_transfer_t *psTransfer);
309 am_hal_ble_state_t *pBle = pHandle; in am_hal_ble_wakeup_set()
415 am_hal_ble_state_t *pBLE = (am_hal_ble_state_t *)pHandle; in am_hal_ble_deinitialize()
470 ui32Module = ((am_hal_ble_state_t *) pHandle)->ui32Module; in am_hal_ble_config()
[all …]
Dam_hal_ble.h394 am_hal_ble_state_t; typedef
/hal_ambiq-latest/mcu/apollo3/hal/
Dam_hal_ble.c60 am_hal_ble_state_t g_sBLEState[AM_REG_BLEIF_NUM_MODULES];
138 static bool am_hal_ble_bus_lock(am_hal_ble_state_t *pBle);
139 static void am_hal_ble_bus_release(am_hal_ble_state_t *pBle);
142 static bool am_hal_ble_check_status(am_hal_ble_state_t *pBle);
143 static bool am_hal_ble_check_irq(am_hal_ble_state_t *pBle);
146 static uint32_t nonblocking_write(am_hal_ble_state_t *pBle, am_hal_ble_transfer_t *psTransfer);
147 static uint32_t nonblocking_read(am_hal_ble_state_t *pBle, am_hal_ble_transfer_t *psTransfer);
320 am_hal_ble_state_t *pBle = pHandle; in am_hal_ble_wakeup_set()
426 am_hal_ble_state_t *pBLE = (am_hal_ble_state_t *)pHandle; in am_hal_ble_deinitialize()
481 ui32Module = ((am_hal_ble_state_t *) pHandle)->ui32Module; in am_hal_ble_config()
[all …]
Dam_hal_ble.h392 am_hal_ble_state_t; typedef
/hal_ambiq-latest/utils/
Dam_util_ble.c73 am_hal_ble_state_t *pBLE = pHandle; in am_util_ble_set_constant_transmission()
98 am_hal_ble_state_t *pBLE = pHandle; in am_util_ble_transmitter_control()
133 am_hal_ble_state_t *pBLE = pHandle; in am_util_ble_init_rf_channel()
214 am_hal_ble_state_t *pBLE = pHandle; in am_util_ble_BQB_test_init()
245 am_hal_ble_state_t *pBLE = pHandle; in am_util_ble_crystal_trim_set()
274 am_hal_ble_state_t *pBLE = pHandle; in am_util_ble_hci_reset()
341 am_hal_ble_state_t *pBLE = pHandle; in am_util_ble_trasmitter_test_ex()
411 am_hal_ble_state_t *pBLE = pHandle; in am_util_ble_receiver_test_ex()
490 am_hal_ble_state_t *pBLE = pHandle; in am_util_ble_set_carrier_wave_ex()
583 am_hal_ble_state_t *pBLE = pHandle; in am_util_ble_set_constant_transmission_ex()
[all …]
/hal_ambiq-latest/components/bluetooth/
Dam_apollo3_bt_support.c62 extern am_hal_ble_state_t g_sBLEState[];