Home
last modified time | relevance | path

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

/hal_ambiq-3.6.0/utils/
Dam_util_ble_cooper.c87 …ddress), UINT32_TO_BYTE1(ui32Address), UINT32_TO_BYTE2(ui32Address), UINT32_TO_BYTE3(ui32Address)); in am_util_ble_plf_reg_read()
114 …Address), UINT32_TO_BYTE1(ui32Address), UINT32_TO_BYTE2(ui32Address), UINT32_TO_BYTE3(ui32Address), in am_util_ble_plf_reg_write()
115 …E0(ui32Value), UINT32_TO_BYTE1(ui32Value), UINT32_TO_BYTE2(ui32Value), UINT32_TO_BYTE3(ui32Value)); in am_util_ble_plf_reg_write()
256 UINT32_TO_BYTE3(ui32Sign)); in am_util_ble_update_sign_set()
/hal_ambiq-3.6.0/components/bluetooth/
Dam_devices_cooper.h70 #define UINT32_TO_BYTE3(n) ((uint8_t) ((n) >> 24)) macro