Home
last modified time | relevance | path

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

/hal_ambiq-latest/components/bluetooth/
Dam_devices_cooper.c428 gsSblUpdateState.ui32ErrorCounter++; in am_devices_cooper_update_image()
430 if ( gsSblUpdateState.ui32ErrorCounter > AM_DEVICES_COOPER_SBL_MAX_COMM_ERR_COUNT ) in am_devices_cooper_update_image()
446 if ( gsSblUpdateState.ui32ErrorCounter ) in am_devices_cooper_update_image()
448 gsSblUpdateState.ui32ErrorCounter = 0; in am_devices_cooper_update_image()
611 gsSblUpdateState.ui32ErrorCounter++; in am_devices_cooper_update_image()
613 if ( gsSblUpdateState.ui32ErrorCounter > AM_DEVICES_COOPER_SBL_MAX_COMM_ERR_COUNT ) in am_devices_cooper_update_image()
629 if ( gsSblUpdateState.ui32ErrorCounter ) in am_devices_cooper_update_image()
631 gsSblUpdateState.ui32ErrorCounter = 0; in am_devices_cooper_update_image()
679 gsSblUpdateState.ui32ErrorCounter++; in am_devices_cooper_update_image()
681 if ( gsSblUpdateState.ui32ErrorCounter > AM_DEVICES_COOPER_SBL_MAX_COMM_ERR_COUNT ) in am_devices_cooper_update_image()
[all …]
Dam_devices_cooper.h492 uint32_t ui32ErrorCounter; member