Home
last modified time | relevance | path

Searched refs:__HAL_LOCK (Results 1 – 25 of 71) sorted by relevance

123

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_sram.c274 __HAL_LOCK(hsram); in HAL_SRAM_Read_8b()
314 __HAL_LOCK(hsram); in HAL_SRAM_Write_8b()
349 __HAL_LOCK(hsram); in HAL_SRAM_Read_16b()
389 __HAL_LOCK(hsram); in HAL_SRAM_Write_16b()
422 __HAL_LOCK(hsram); in HAL_SRAM_Read_32b()
460 __HAL_LOCK(hsram); in HAL_SRAM_Write_32b()
493 __HAL_LOCK(hsram); in HAL_SRAM_Read_DMA()
531 __HAL_LOCK(hsram); in HAL_SRAM_Write_DMA()
580 __HAL_LOCK(hsram); in HAL_SRAM_WriteOperation_Enable()
603 __HAL_LOCK(hsram); in HAL_SRAM_WriteOperation_Disable()
A Dstm32f7xx_hal_ltdc.c441 __HAL_LOCK(hltdc); in HAL_LTDC_ConfigLayer()
490 __HAL_LOCK(hltdc); in HAL_LTDC_ConfigColorKeying()
532 __HAL_LOCK(hltdc); in HAL_LTDC_ConfigCLUT()
574 __HAL_LOCK(hltdc); in HAL_LTDC_EnableColorKeying()
609 __HAL_LOCK(hltdc); in HAL_LTDC_DisableColorKeying()
645 __HAL_LOCK(hltdc); in HAL_LTDC_EnableCLUT()
681 __HAL_LOCK(hltdc); in HAL_LTDC_DisableCLUT()
714 __HAL_LOCK(hltdc); in HAL_LTDC_EnableDither()
741 __HAL_LOCK(hltdc); in HAL_LTDC_DisableDither()
774 __HAL_LOCK(hltdc); in HAL_LTDC_SetWindowSize()
[all …]
A Dstm32f7xx_hal_sdram.c304 __HAL_LOCK(hsdram); in HAL_SDRAM_Read_8b()
342 __HAL_LOCK(hsdram); in HAL_SDRAM_Write_8b()
381 __HAL_LOCK(hsdram); in HAL_SDRAM_Read_16b()
418 __HAL_LOCK(hsdram); in HAL_SDRAM_Write_16b()
456 __HAL_LOCK(hsdram); in HAL_SDRAM_Read_32b()
493 __HAL_LOCK(hsdram); in HAL_SDRAM_Write_32b()
531 __HAL_LOCK(hsdram); in HAL_SDRAM_Read_DMA()
569 __HAL_LOCK(hsdram); in HAL_SDRAM_Write_DMA()
A Dstm32f7xx_hal_rtc_ex.c168 __HAL_LOCK(hrtc); in HAL_RTCEx_SetTimeStamp()
228 __HAL_LOCK(hrtc); in HAL_RTCEx_SetTimeStamp_IT()
278 __HAL_LOCK(hrtc); in HAL_RTCEx_DeactivateTimeStamp()
315 __HAL_LOCK(hrtc); in HAL_RTCEx_SetInternalTimeStamp()
346 __HAL_LOCK(hrtc); in HAL_RTCEx_DeactivateInternalTimeStamp()
446 __HAL_LOCK(hrtc); in HAL_RTCEx_SetTamper()
526 __HAL_LOCK(hrtc); in HAL_RTCEx_SetTamper_IT()
600 __HAL_LOCK(hrtc); in HAL_RTCEx_DeactivateTamper()
913 __HAL_LOCK(hrtc); in HAL_RTCEx_SetWakeUpTimer()
983 __HAL_LOCK(hrtc); in HAL_RTCEx_SetWakeUpTimer_IT()
[all …]
A Dstm32f7xx_hal_rng.c123 __HAL_LOCK(hrng); in HAL_RNG_Init()
241 __HAL_LOCK(hrng); in HAL_RNG_GenerateRandomNumber()
289 __HAL_LOCK(hrng); in HAL_RNG_GenerateRandomNumber_IT()
392 __HAL_LOCK(hrng); in HAL_RNG_GetRandomNumber_IT()
A Dstm32f7xx_hal_nor.c294 __HAL_LOCK(hnor); in HAL_NOR_Read_ID()
346 __HAL_LOCK(hnor); in HAL_NOR_ReturnToReadMode()
388 __HAL_LOCK(hnor); in HAL_NOR_Read()
439 __HAL_LOCK(hnor); in HAL_NOR_Program()
491 __HAL_LOCK(hnor); in HAL_NOR_ReadBuffer()
549 __HAL_LOCK(hnor); in HAL_NOR_ProgramBuffer()
618 __HAL_LOCK(hnor); in HAL_NOR_Erase_Block()
669 __HAL_LOCK(hnor); in HAL_NOR_Erase_Chip()
719 __HAL_LOCK(hnor); in HAL_NOR_Read_CFI()
786 __HAL_LOCK(hnor); in HAL_NOR_WriteOperation_Enable()
[all …]
A Dstm32f7xx_hal_pcd.c276 __HAL_LOCK(hpcd); in HAL_PCD_Start()
290 __HAL_LOCK(hpcd); in HAL_PCD_Stop()
717 __HAL_LOCK(hpcd); in HAL_PCD_DevConnect()
730 __HAL_LOCK(hpcd); in HAL_PCD_DevDisconnect()
744 __HAL_LOCK(hpcd); in HAL_PCD_SetAddress()
781 __HAL_LOCK(hpcd); in HAL_PCD_EP_Open()
807 __HAL_LOCK(hpcd); in HAL_PCD_EP_Close()
839 __HAL_LOCK(hpcd); in HAL_PCD_EP_Receive()
886 __HAL_LOCK(hpcd); in HAL_PCD_EP_Transmit()
920 __HAL_LOCK(hpcd); in HAL_PCD_EP_SetStall()
[all …]
A Dstm32f7xx_hal_cryp.c732 __HAL_LOCK(hcryp); in HAL_CRYP_AESECB_Encrypt()
784 __HAL_LOCK(hcryp); in HAL_CRYP_AESCBC_Encrypt()
839 __HAL_LOCK(hcryp); in HAL_CRYP_AESCTR_Encrypt()
898 __HAL_LOCK(hcryp); in HAL_CRYP_AESECB_Decrypt()
981 __HAL_LOCK(hcryp); in HAL_CRYP_AESCBC_Decrypt()
1063 __HAL_LOCK(hcryp); in HAL_CRYP_AESCTR_Decrypt()
2142 __HAL_LOCK(hcryp); in HAL_CRYP_DESECB_Encrypt()
2181 __HAL_LOCK(hcryp); in HAL_CRYP_DESECB_Decrypt()
2220 __HAL_LOCK(hcryp); in HAL_CRYP_DESCBC_Encrypt()
2259 __HAL_LOCK(hcryp); in HAL_CRYP_DESCBC_Decrypt()
[all …]
A Dstm32f7xx_hal_hash_ex.c339 __HAL_LOCK(hhash); in HAL_HASHEx_SHA224_Start()
411 __HAL_LOCK(hhash); in HAL_HASHEx_SHA256_Start()
480 __HAL_LOCK(hhash); in HAL_HASHEx_SHA224_Accumulate()
525 __HAL_LOCK(hhash); in HAL_HASHEx_SHA256_Accumulate()
594 __HAL_LOCK(hhash); in HAL_HMACEx_SHA224_Start()
725 __HAL_LOCK(hhash); in HAL_HMACEx_SHA256_Start()
880 __HAL_LOCK(hhash); in HAL_HASHEx_SHA224_Start_IT()
1009 __HAL_LOCK(hhash); in HAL_HASHEx_SHA256_Start_IT()
1183 __HAL_LOCK(hhash); in HAL_HASHEx_SHA224_Start_DMA()
1232 __HAL_LOCK(hhash); in HAL_HASHEx_SHA224_Finish()
[all …]
A Dstm32f7xx_hal_smartcard_ex.c129 __HAL_LOCK(hsc); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
152 __HAL_LOCK(hsc); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
A Dstm32f7xx_hal_wwdg.c282 __HAL_LOCK(hwwdg); in HAL_WWDG_Start()
309 __HAL_LOCK(hwwdg); in HAL_WWDG_Start_IT()
334 __HAL_LOCK(hwwdg); in HAL_WWDG_Refresh()
A Dstm32f7xx_hal_hash.c515 __HAL_LOCK(hhash); in HAL_HASH_MD5_Start()
584 __HAL_LOCK(hhash); in HAL_HASH_MD5_Accumulate()
632 __HAL_LOCK(hhash); in HAL_HASH_SHA1_Start()
703 __HAL_LOCK(hhash); in HAL_HASH_SHA1_Accumulate()
773 __HAL_LOCK(hhash); in HAL_HASH_MD5_Start_IT()
916 __HAL_LOCK(hhash); in HAL_HASH_SHA1_Start_IT()
1096 __HAL_LOCK(hhash); in HAL_HASH_MD5_Start_DMA()
1145 __HAL_LOCK(hhash); in HAL_HASH_MD5_Finish()
1196 __HAL_LOCK(hhash); in HAL_HASH_SHA1_Start_DMA()
1246 __HAL_LOCK(hhash); in HAL_HASH_SHA1_Finish()
[all …]
A Dstm32f7xx_hal_i2c_ex.c118 __HAL_LOCK(hi2c); in HAL_I2CEx_ConfigAnalogFilter()
162 __HAL_LOCK(hi2c); in HAL_I2CEx_ConfigDigitalFilter()
A Dstm32f7xx_hal_adc_ex.c183 __HAL_LOCK(hadc); in HAL_ADCEx_InjectedStart()
245 __HAL_LOCK(hadc); in HAL_ADCEx_InjectedStart_IT()
458 __HAL_LOCK(hadc); in HAL_ADCEx_MultiModeStart_DMA()
522 __HAL_LOCK(hadc); in HAL_ADCEx_MultiModeStop_DMA()
603 __HAL_LOCK(hadc); in HAL_ADCEx_InjectedConfigChannel()
714 __HAL_LOCK(hadc); in HAL_ADCEx_MultiModeConfigChannel()
A Dstm32f7xx_hal_i2s.c463 __HAL_LOCK(hi2s); in HAL_I2S_Transmit()
556 __HAL_LOCK(hi2s); in HAL_I2S_Receive()
646 __HAL_LOCK(hi2s); in HAL_I2S_Transmit_IT()
702 __HAL_LOCK(hi2s); in HAL_I2S_Receive_IT()
759 __HAL_LOCK(hi2s); in HAL_I2S_Transmit_DMA()
828 __HAL_LOCK(hi2s); in HAL_I2S_Receive_DMA()
880 __HAL_LOCK(hi2s); in HAL_I2S_DMAPause()
913 __HAL_LOCK(hi2s); in HAL_I2S_DMAResume()
944 __HAL_LOCK(hi2s); in HAL_I2S_DMAStop()
A Dstm32f7xx_hal_uart.c601 __HAL_LOCK(huart); in HAL_UART_Transmit()
664 __HAL_LOCK(huart); in HAL_UART_Receive()
726 __HAL_LOCK(huart); in HAL_UART_Transmit_IT()
770 __HAL_LOCK(huart); in HAL_UART_Receive_IT()
932 __HAL_LOCK(huart); in HAL_UART_DMAPause()
961 __HAL_LOCK(huart); in HAL_UART_DMAResume()
1469 __HAL_LOCK(huart); in HAL_MultiProcessor_EnableMuteMode()
1490 __HAL_LOCK(huart); in HAL_MultiProcessor_DisableMuteMode()
1753 __HAL_LOCK(huart); in HAL_HalfDuplex_EnableTransmitter()
1776 __HAL_LOCK(huart); in HAL_HalfDuplex_EnableReceiver()
[all …]
A Dstm32f7xx_hal_nand.c307 __HAL_LOCK(hnand); in HAL_NAND_Read_ID()
353 __HAL_LOCK(hnand); in HAL_NAND_Reset()
395 __HAL_LOCK(hnand); in HAL_NAND_Read_Page()
473 __HAL_LOCK(hnand); in HAL_NAND_Write_Page()
562 __HAL_LOCK(hnand); in HAL_NAND_Read_SpareArea()
639 __HAL_LOCK(hnand); in HAL_NAND_Write_SpareArea()
725 __HAL_LOCK(hnand); in HAL_NAND_Erase_Block()
A Dstm32f7xx_hal_dma_ex.c156 __HAL_LOCK(hdma); in HAL_DMAEx_MultiBufferStart()
201 __HAL_LOCK(hdma); in HAL_DMAEx_MultiBufferStart_IT()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_i2c_ex.c120 __HAL_LOCK(hi2c); in HAL_I2CEx_ConfigAnalogFilter()
166 __HAL_LOCK(hi2c); in HAL_I2CEx_ConfigDigitalFilter()
215 __HAL_LOCK(hi2c); in HAL_I2CEx_EnableWakeUp()
254 __HAL_LOCK(hi2c); in HAL_I2CEx_DisableWakeUp()
A Dstm32f0xx_hal_rtc_ex.c159 __HAL_LOCK(hrtc); in HAL_RTCEx_SetTimeStamp()
213 __HAL_LOCK(hrtc); in HAL_RTCEx_SetTimeStamp_IT()
259 __HAL_LOCK(hrtc); in HAL_RTCEx_DeactivateTimeStamp()
363 __HAL_LOCK(hrtc); in HAL_RTCEx_SetTamper()
412 __HAL_LOCK(hrtc); in HAL_RTCEx_SetTamper_IT()
460 __HAL_LOCK(hrtc); in HAL_RTCEx_DeactivateTamper()
781 __HAL_LOCK(hrtc); in HAL_RTCEx_SetWakeUpTimer()
870 __HAL_LOCK(hrtc); in HAL_RTCEx_SetWakeUpTimer_IT()
965 __HAL_LOCK(hrtc); in HAL_RTCEx_DeactivateWakeUpTimer()
1201 __HAL_LOCK(hrtc); in HAL_RTCEx_SetSmoothCalib()
[all …]
A Dstm32f0xx_hal_tsc.c338 __HAL_LOCK(htsc); in HAL_TSC_Start()
382 __HAL_LOCK(htsc); in HAL_TSC_Start_IT()
435 __HAL_LOCK(htsc); in HAL_TSC_Stop()
468 __HAL_LOCK(htsc); in HAL_TSC_Stop_IT()
557 __HAL_LOCK(htsc); in HAL_TSC_IOConfig()
594 __HAL_LOCK(htsc); in HAL_TSC_IODischarge()
681 __HAL_LOCK(htsc); in HAL_TSC_PollForAcquisition()
A Dstm32f0xx_hal_smartcard_ex.c138 __HAL_LOCK(hsmartcard); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
170 __HAL_LOCK(hsmartcard); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
A Dstm32f0xx_hal_dac_ex.c137 __HAL_LOCK(hdac); in HAL_DAC_ConfigChannel()
191 __HAL_LOCK(hdac); in HAL_DAC_ConfigChannel()
307 __HAL_LOCK(hdac); in HAL_DAC_Start()
370 __HAL_LOCK(hdac); in HAL_DAC_Start_DMA()
483 __HAL_LOCK(hdac); in HAL_DAC_Start()
536 __HAL_LOCK(hdac); in HAL_DAC_Start_DMA()
944 __HAL_LOCK(hdac); in HAL_DACEx_TriangleWaveGenerate()
992 __HAL_LOCK(hdac); in HAL_DACEx_NoiseWaveGenerate()
A Dstm32f0xx_hal_uart_ex.c413 __HAL_LOCK(huart); in HAL_UARTEx_StopModeWakeUpSourceConfig()
464 __HAL_LOCK(huart); in HAL_UARTEx_EnableStopMode()
490 __HAL_LOCK(huart); in HAL_UARTEx_DisableStopMode()
558 __HAL_LOCK(huart); in HAL_LIN_SendBreak()
A Dstm32f0xx_hal_i2s.c465 __HAL_LOCK(hi2s); in HAL_I2S_Transmit()
555 __HAL_LOCK(hi2s); in HAL_I2S_Receive()
633 __HAL_LOCK(hi2s); in HAL_I2S_Transmit_IT()
700 __HAL_LOCK(hi2s); in HAL_I2S_Receive_IT()
765 __HAL_LOCK(hi2s); in HAL_I2S_Transmit_DMA()
846 __HAL_LOCK(hi2s); in HAL_I2S_Receive_DMA()
923 __HAL_LOCK(hi2s); in HAL_I2S_DMAPause()
951 __HAL_LOCK(hi2s); in HAL_I2S_DMAResume()
986 __HAL_LOCK(hi2s); in HAL_I2S_DMAStop()

Completed in 45 milliseconds

123