/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/ |
A D | stm32f2xx_hash_md5.c | 99 __IO uint32_t counter = 0; in HASH_MD5() local 135 counter++; in HASH_MD5() 136 }while ((counter != MD5BUSY_TIMEOUT) && (busystatus != RESET)); in HASH_MD5() 176 __IO uint32_t counter = 0; in HMAC_MD5() local 225 counter++; in HMAC_MD5() 226 }while ((counter != MD5BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_MD5() 248 counter =0; in HMAC_MD5() 252 counter++; in HMAC_MD5() 253 }while ((counter != MD5BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_MD5() 276 counter =0; in HMAC_MD5() [all …]
|
A D | stm32f2xx_hash_sha1.c | 99 __IO uint32_t counter = 0; in HASH_SHA1() local 134 counter++; in HASH_SHA1() 135 }while ((counter != SHA1BUSY_TIMEOUT) && (busystatus != RESET)); in HASH_SHA1() 177 __IO uint32_t counter = 0; in HMAC_SHA1() local 226 counter++; in HMAC_SHA1() 227 }while ((counter != SHA1BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_SHA1() 250 counter =0; in HMAC_SHA1() 254 counter++; in HMAC_SHA1() 255 }while ((counter != SHA1BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_SHA1() 278 counter =0; in HMAC_SHA1() [all …]
|
A D | stm32f2xx_cryp_des.c | 105 __IO uint32_t counter = 0; in CRYP_DES_ECB() local 152 counter = 0; in CRYP_DES_ECB() 156 counter++; in CRYP_DES_ECB() 157 }while ((counter != DESBUSY_TIMEOUT) && (busystatus != RESET)); in CRYP_DES_ECB() 201 __IO uint32_t counter = 0; in CRYP_DES_CBC() local 254 counter = 0; in CRYP_DES_CBC() 258 counter++; in CRYP_DES_CBC() 259 }while ((counter != DESBUSY_TIMEOUT) && (busystatus != RESET)); in CRYP_DES_CBC()
|
A D | stm32f2xx_cryp_tdes.c | 107 __IO uint32_t counter = 0; in CRYP_TDES_ECB() local 161 counter = 0; in CRYP_TDES_ECB() 165 counter++; in CRYP_TDES_ECB() 166 }while ((counter != TDESBUSY_TIMEOUT) && (busystatus != RESET)); in CRYP_TDES_ECB() 210 __IO uint32_t counter = 0; in CRYP_TDES_CBC() local 271 counter = 0; in CRYP_TDES_CBC() 275 counter++; in CRYP_TDES_CBC() 276 }while ((counter != TDESBUSY_TIMEOUT) && (busystatus != RESET)); in CRYP_TDES_CBC()
|
A D | stm32f2xx_cryp_aes.c | 109 __IO uint32_t counter = 0; in CRYP_AES_ECB() local 190 counter++; in CRYP_AES_ECB() 237 counter = 0; in CRYP_AES_ECB() 241 counter++; in CRYP_AES_ECB() 292 __IO uint32_t counter = 0; in CRYP_AES_CBC() local 385 counter++; in CRYP_AES_CBC() 433 counter = 0; in CRYP_AES_CBC() 437 counter++; in CRYP_AES_CBC() 488 __IO uint32_t counter = 0; in CRYP_AES_CTR() local 597 counter = 0; in CRYP_AES_CTR() [all …]
|
A D | stm32f2xx_can.c | 1068 uint8_t counter=0; in CAN_GetReceiveErrorCounter() local 1074 counter = (uint8_t)((CANx->ESR & CAN_ESR_REC)>> 24); in CAN_GetReceiveErrorCounter() 1077 return counter; in CAN_GetReceiveErrorCounter() 1088 uint8_t counter=0; in CAN_GetLSBTransmitErrorCounter() local 1094 counter = (uint8_t)((CANx->ESR & CAN_ESR_TEC)>> 16); in CAN_GetLSBTransmitErrorCounter() 1097 return counter; in CAN_GetLSBTransmitErrorCounter()
|
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/ |
A D | stm32f4xx_hash_md5.c | 99 __IO uint32_t counter = 0; in HASH_MD5() local 135 counter++; in HASH_MD5() 136 }while ((counter != MD5BUSY_TIMEOUT) && (busystatus != RESET)); in HASH_MD5() 176 __IO uint32_t counter = 0; in HMAC_MD5() local 225 counter++; in HMAC_MD5() 226 }while ((counter != MD5BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_MD5() 248 counter =0; in HMAC_MD5() 252 counter++; in HMAC_MD5() 253 }while ((counter != MD5BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_MD5() 276 counter =0; in HMAC_MD5() [all …]
|
A D | stm32f4xx_hash_sha1.c | 99 __IO uint32_t counter = 0; in HASH_SHA1() local 134 counter++; in HASH_SHA1() 135 }while ((counter != SHA1BUSY_TIMEOUT) && (busystatus != RESET)); in HASH_SHA1() 177 __IO uint32_t counter = 0; in HMAC_SHA1() local 226 counter++; in HMAC_SHA1() 227 }while ((counter != SHA1BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_SHA1() 250 counter =0; in HMAC_SHA1() 254 counter++; in HMAC_SHA1() 255 }while ((counter != SHA1BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_SHA1() 278 counter =0; in HMAC_SHA1() [all …]
|
A D | stm32f4xx_cryp_des.c | 104 __IO uint32_t counter = 0; in CRYP_DES_ECB() local 157 counter = 0; in CRYP_DES_ECB() 161 counter++; in CRYP_DES_ECB() 162 }while ((counter != DESBUSY_TIMEOUT) && (busystatus != RESET)); in CRYP_DES_ECB() 206 __IO uint32_t counter = 0; in CRYP_DES_CBC() local 265 counter = 0; in CRYP_DES_CBC() 269 counter++; in CRYP_DES_CBC() 270 }while ((counter != DESBUSY_TIMEOUT) && (busystatus != RESET)); in CRYP_DES_CBC()
|
A D | stm32f4xx_cryp_aes.c | 192 counter++; in CRYP_AES_ECB() 246 counter = 0; in CRYP_AES_ECB() 250 counter++; in CRYP_AES_ECB() 394 counter++; in CRYP_AES_CBC() 448 counter = 0; in CRYP_AES_CBC() 452 counter++; in CRYP_AES_CBC() 619 counter = 0; in CRYP_AES_CTR() 623 counter++; in CRYP_AES_CTR() 817 counter = 0; in CRYP_AES_GCM() 821 counter++; in CRYP_AES_GCM() [all …]
|
A D | stm32f4xx_cryp_tdes.c | 105 __IO uint32_t counter = 0; in CRYP_TDES_ECB() local 165 counter = 0; in CRYP_TDES_ECB() 169 counter++; in CRYP_TDES_ECB() 170 }while ((counter != TDESBUSY_TIMEOUT) && (busystatus != RESET)); in CRYP_TDES_ECB() 214 __IO uint32_t counter = 0; in CRYP_TDES_CBC() local 282 counter = 0; in CRYP_TDES_CBC() 286 counter++; in CRYP_TDES_CBC() 287 }while ((counter != TDESBUSY_TIMEOUT) && (busystatus != RESET)); in CRYP_TDES_CBC()
|
A D | stm32f4xx_can.c | 1066 uint8_t counter=0; in CAN_GetReceiveErrorCounter() local 1072 counter = (uint8_t)((CANx->ESR & CAN_ESR_REC)>> 24); in CAN_GetReceiveErrorCounter() 1075 return counter; in CAN_GetReceiveErrorCounter() 1086 uint8_t counter=0; in CAN_GetLSBTransmitErrorCounter() local 1092 counter = (uint8_t)((CANx->ESR & CAN_ESR_TEC)>> 16); in CAN_GetLSBTransmitErrorCounter() 1095 return counter; in CAN_GetLSBTransmitErrorCounter()
|
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/ |
A D | stm32f0xx_hal_timebase_rtc_alarm_template.c | 114 __IO uint32_t counter = 0U; in HAL_InitTick() local 178 counter = 0U; in HAL_InitTick() 182 if(counter++ == (SystemCoreClock /48U)) /* Timeout = ~ 1s */ in HAL_InitTick() 204 counter = 0U; in HAL_InitTick() 207 if(counter++ == (SystemCoreClock /48U)) /* Timeout = ~ 1s */ in HAL_InitTick() 271 __IO uint32_t counter = 0U; in HAL_RTC_AlarmAEventCallback() local 282 if(counter++ == (SystemCoreClock /48U)) /* Timeout = ~ 1s */ in HAL_RTC_AlarmAEventCallback()
|
A D | stm32f0xx_hal_timebase_rtc_wakeup_template.c | 121 __IO uint32_t counter = 0U; in HAL_InitTick() local 188 if(counter++ == (SystemCoreClock /48U)) in HAL_InitTick()
|
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
A D | stm32f7xx_hal_adc_ex.c | 179 __IO uint32_t counter = 0; in HAL_ADCEx_InjectedStart() local 202 counter = (ADC_STAB_DELAY_US * (SystemCoreClock / 1000000)); in HAL_ADCEx_InjectedStart() 203 while (counter != 0) { in HAL_ADCEx_InjectedStart() 204 counter--; in HAL_ADCEx_InjectedStart() 241 __IO uint32_t counter = 0; in HAL_ADCEx_InjectedStart_IT() local 267 counter = (ADC_STAB_DELAY_US * (SystemCoreClock / 1000000)); in HAL_ADCEx_InjectedStart_IT() 268 while (counter != 0) { in HAL_ADCEx_InjectedStart_IT() 269 counter--; in HAL_ADCEx_InjectedStart_IT() 450 __IO uint32_t counter = 0; in HAL_ADCEx_MultiModeStart_DMA() local 495 while (counter != 0) { in HAL_ADCEx_MultiModeStart_DMA() [all …]
|
A D | stm32f7xx_hal_adc.c | 399 __IO uint32_t counter = 0; in HAL_ADC_Start() local 426 while (counter != 0) { in HAL_ADC_Start() 427 counter--; in HAL_ADC_Start() 594 __IO uint32_t counter = 0; in HAL_ADC_Start_IT() local 624 while (counter != 0) { in HAL_ADC_Start_IT() 625 counter--; in HAL_ADC_Start_IT() 814 __IO uint32_t counter = 0; in HAL_ADC_Start_DMA() local 856 while (counter != 0) { in HAL_ADC_Start_DMA() 857 counter--; in HAL_ADC_Start_DMA() 993 __IO uint32_t counter = 0; in HAL_ADC_ConfigChannel() local [all …]
|
A D | stm32f7xx_hal_ltdc.c | 528 uint32_t counter = 0; in HAL_LTDC_ConfigCLUT() local 540 for (counter = 0; (counter < CLUTSize); counter++) { in HAL_LTDC_ConfigCLUT() 542 …tmp = (((counter + 16*counter) << 24) | ((uint32_t)(*pCLUT) & 0xFF) | ((uint32_t)(*pCLUT) & 0xFF0… in HAL_LTDC_ConfigCLUT() 544 …tmp = ((counter << 24) | ((uint32_t)(*pCLUT) & 0xFF) | ((uint32_t)(*pCLUT) & 0xFF00) | ((uint32_t… in HAL_LTDC_ConfigCLUT()
|
A D | stm32f7xx_hal_sai.c | 1085 …usTypeDef HAL_SAI_EnableRxMuteMode(SAI_HandleTypeDef *hsai, SAIcallback callback, uint16_t counter) in HAL_SAI_EnableRxMuteMode() argument 1087 assert_param(IS_SAI_BLOCK_MUTE_COUNTER(counter)); in HAL_SAI_EnableRxMuteMode() 1092 SET_BIT(hsai->Instance->CR2, (uint32_t)((uint32_t)counter << 6)); in HAL_SAI_EnableRxMuteMode()
|
/lk-master/external/platform/pico/rp2040/hardware_structs/include/hardware/structs/ |
A D | bus_ctrl.h | 41 } counter[4]; member 44 check_hw_layout(bus_ctrl_hw_t, counter[0].value, BUSCTRL_PERFCTR0_OFFSET);
|
/lk-master/external/lib/miniz/ |
A D | miniz.c | 694 …r (counter = 0; counter < 4; ++counter) { if (num_bits) TINFL_GET_BITS(6, r->m_raw_header[counter]… in tinfl_decompress() 701 counter--; in tinfl_decompress() 703 while (counter) in tinfl_decompress() 735 …counter = 0; counter < 3; counter++) { TINFL_GET_BITS(11, r->m_table_sizes[counter], "\05\05\04"[c… in tinfl_decompress() 766 for (counter = 0; counter < (r->m_table_sizes[0] + r->m_table_sizes[1]); ) in tinfl_decompress() 774 …TINFL_MEMSET(r->m_len_codes + counter, (dist == 16) ? r->m_len_codes[counter - 1] : 0, s); counter… in tinfl_decompress() 829 counter = sym2; in tinfl_decompress() 838 num_extra = s_length_extra[counter - 257]; counter = s_length_base[counter - 257]; in tinfl_decompress() 855 while (counter--) in tinfl_decompress() 863 else if ((counter >= 9) && (counter <= dist)) in tinfl_decompress() [all …]
|
/lk-master/external/lib/lwip/netif/ppp/ |
A D | vj.c | 45 #define INCR(counter) ++comp->stats.counter argument 47 #define INCR(counter) argument
|
/lk-master/platform/cc13xx/include/platform/ |
A D | ti-rf.h | 267 uint16_t counter; member
|
/lk-master/external/platform/cc13xx/cc13xxware/driverlib/ |
A D | rf_common_cmd.h | 571 …uint16_t counter; //!< \brief Counter. On start, the radio CPU decrements the v… member 682 …uint16_t counter; //!< \brief Counter. On start, the radio CPU decrements the v… member
|
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/ |
A D | stm32f7xx_hal_sai.h | 700 …sTypeDef HAL_SAI_EnableRxMuteMode(SAI_HandleTypeDef *hsai, SAIcallback callback, uint16_t counter);
|