Home
last modified time | relevance | path

Searched refs:UINT32_TO_BYTE2 (Results 1 – 2 of 2) sorted by relevance

/hal_ambiq-latest/utils/
Dam_util_ble_cooper.c87 …UINT32_TO_BYTE0(ui32Address), UINT32_TO_BYTE1(ui32Address), UINT32_TO_BYTE2(ui32Address), UINT32_T… in am_util_ble_plf_reg_read()
114 …UINT32_TO_BYTE0(ui32Address), UINT32_TO_BYTE1(ui32Address), UINT32_TO_BYTE2(ui32Address), UINT32_T… in am_util_ble_plf_reg_write()
115 …UINT32_TO_BYTE0(ui32Value), UINT32_TO_BYTE1(ui32Value), UINT32_TO_BYTE2(ui32Value), UINT32_TO_BYTE… in am_util_ble_plf_reg_write()
255 UINT32_TO_BYTE2(ui32Sign), in am_util_ble_update_sign_set()
/hal_ambiq-latest/components/bluetooth/
Dam_devices_cooper.h69 #define UINT32_TO_BYTE2(n) ((uint8_t) ((n) >> 16)) macro