Home
last modified time | relevance | path

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

/hal_ambiq-latest/mcu/apollo3p/hal/
Dam_hal_ble.c114 #define MAX_PATCH_PACKET_LEN 0x80 macro
936 uint32_t ui32TransferSize = (ui32RemainingBytes > MAX_PATCH_PACKET_LEN ? in am_hal_ble_patch_apply()
937 MAX_PATCH_PACKET_LEN : ui32RemainingBytes); in am_hal_ble_patch_apply()
/hal_ambiq-latest/mcu/apollo3/hal/
Dam_hal_ble.c115 #define MAX_PATCH_PACKET_LEN 0x80 macro
1003 uint32_t ui32TransferSize = (ui32RemainingBytes > MAX_PATCH_PACKET_LEN ? in am_hal_ble_patch_apply()
1004 MAX_PATCH_PACKET_LEN : ui32RemainingBytes); in am_hal_ble_patch_apply()