Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SJTU-RoboMaster-Team/Matrix_and_Robotics_on_STM32
/ functions
Functions
1,443 in github.com/SJTU-RoboMaster-Team/Matrix_and_Robotics_on_STM32
⨍
Functions
1,443
◇
Types & classes
26
Function
HAL_ADC_Init
* @brief Initializes the ADCx peripheral according to the specified parameters * in the ADC_InitStruct and initializes the ADC MSP. *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c:312
Function
HAL_ADC_PollForConversion
* @brief Poll for regular conversion complete * @note ADC conversion flags EOS (end of sequence) and EOC (end of * conversion) are clea
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c:875
Function
HAL_ADC_PollForEvent
* @brief Poll for conversion event * @param hadc pointer to a ADC_HandleTypeDef structure that contains * the configuration information
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c:960
Function
HAL_ADC_RegisterCallback
* @brief Register a User ADC Callback * To be used instead of the weak predefined callback * @param hadc Pointer to a ADC_HandleTypeDef
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c:475
Function
HAL_ADC_Start
* @brief Enables ADC and starts conversion of the regular channels. * @param hadc pointer to a ADC_HandleTypeDef structure that contains *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c:717
Function
HAL_ADC_Start_DMA
* @brief Enables ADC DMA request after last transfer (Single-ADC mode) and enables ADC peripheral * @param hadc pointer to a ADC_HandleTypeDef s
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c:1338
Function
HAL_ADC_Start_IT
* @brief Enables the interrupt and starts ADC conversion of regular channels. * @param hadc pointer to a ADC_HandleTypeDef structure that contains
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c:1022
Function
HAL_ADC_Stop
* @brief Disables ADC and stop conversion of regular channels. * * @note Caution: This function will stop also injected channels. * * @p
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c:832
Function
HAL_ADC_Stop_DMA
* @brief Disables ADC DMA (Single-ADC mode) and disables ADC peripheral * @param hadc pointer to a ADC_HandleTypeDef structure that contains
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c:1471
Function
HAL_ADC_Stop_IT
* @brief Disables the interrupt and stop ADC conversion of regular channels. * * @note Caution: This function will stop also injected channels
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c:1139
Function
HAL_ADC_UnRegisterCallback
* @brief Unregister a ADC Callback * ADC callback is redirected to the weak predefined callback * @param hadc Pointer to a ADC_HandleTyp
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c:577
Function
HAL_CAN_AbortTxRequest
* @brief Abort transmission requests * @param hcan pointer to an CAN_HandleTypeDef structure that contains * the configuration informati
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1358
Function
HAL_CAN_ActivateNotification
* @brief Enable interrupts. * @param hcan pointer to an CAN_HandleTypeDef structure that contains * the configuration information for th
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1659
Function
HAL_CAN_AddTxMessage
* @brief Add a message to the first free Tx mailbox and activate the * corresponding transmission request. * @param hcan pointer to a CA
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1250
Function
HAL_CAN_ConfigFilter
* @brief Configures the CAN reception filter according to the specified * parameters in the CAN_FilterInitStruct. * @param hcan pointer
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:838
Function
HAL_CAN_DeInit
* @brief Deinitializes the CAN peripheral registers to their default * reset values. * @param hcan pointer to a CAN_HandleTypeDef struct
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:459
Function
HAL_CAN_DeactivateNotification
* @brief Disable interrupts. * @param hcan pointer to an CAN_HandleTypeDef structure that contains * the configuration information for t
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1692
Function
HAL_CAN_GetError
* @brief Return the CAN error code. * @param hcan pointer to a CAN_HandleTypeDef structure that contains * the configuration information
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2409
Function
HAL_CAN_GetRxFifoFillLevel
* @brief Return Rx FIFO fill level. * @param hcan pointer to an CAN_HandleTypeDef structure that contains * the configuration informatio
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1606
Function
HAL_CAN_GetRxMessage
* @brief Get an CAN frame from the Rx FIFO zone into the message RAM. * @param hcan pointer to an CAN_HandleTypeDef structure that contains *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1516
Function
HAL_CAN_GetState
* @brief Return the CAN state. * @param hcan pointer to a CAN_HandleTypeDef structure that contains * the configuration information for
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2374
Function
HAL_CAN_GetTxMailboxesFreeLevel
* @brief Return Tx Mailboxes free level: number of free Tx Mailboxes. * @param hcan pointer to a CAN_HandleTypeDef structure that contains *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1407
Function
HAL_CAN_GetTxTimestamp
* @brief Return timestamp of Tx message sent, if time triggered communication mode is enabled. * @param hcan pointer to a CAN_HandleTy
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1482
Function
HAL_CAN_IRQHandler
* @brief Handles CAN interrupt request * @param hcan pointer to a CAN_HandleTypeDef structure that contains * the configuration informat
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1723
Function
HAL_CAN_Init
* @brief Initializes the CAN peripheral according to the specified * parameters in the CAN_InitStruct. * @param hcan pointer to a CAN_Ha
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:274
Function
HAL_CAN_IsSleepActive
* @brief Check is sleep mode is active. * @param hcan pointer to a CAN_HandleTypeDef structure that contains * the configuration informa
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1219
Function
HAL_CAN_IsTxMessagePending
* @brief Check if a transmission request is pending on the selected Tx * Mailboxes. * @param hcan pointer to an CAN_HandleTypeDef struct
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1450
Function
HAL_CAN_RegisterCallback
* @brief Register a CAN CallBack. * To be used instead of the weak predefined callback * @param hcan pointer to a CAN_HandleTypeDef stru
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:558
Function
HAL_CAN_RequestSleep
* @brief Request the sleep mode (low power) entry. * When returning from this function, Sleep mode will be entered * as soon as t
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1139
Function
HAL_CAN_ResetError
* @brief Reset the CAN error code. * @param hcan pointer to a CAN_HandleTypeDef structure that contains * the configuration information
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2421
Function
HAL_CAN_Start
* @brief Start the CAN module. * @param hcan pointer to an CAN_HandleTypeDef structure that contains * the configuration information for
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1032
Function
HAL_CAN_UnRegisterCallback
* @brief Unregister a CAN CallBack. * CAN callabck is redirected to the weak predefined callback * @param hcan pointer to a CAN_HandleTy
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:700
Function
HAL_CAN_WakeUp
* @brief Wake up from sleep mode. * When returning with HAL_OK status from this function, Sleep mode * is exited. * @param hca
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1170
Function
HAL_DACEx_DualGetValue
* @brief Returns the last data output value of the selected DAC channel. * @param hdac pointer to a DAC_HandleTypeDef structure that contains *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c:92
Function
HAL_DACEx_DualSetValue
* @brief Set the specified data holding register value for dual DAC channel. * @param hdac pointer to a DAC_HandleTypeDef structure that contains
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c:215
Function
HAL_DACEx_NoiseWaveGenerate
* @brief Enables or disables the selected DAC channel wave generation. * @param hdac pointer to a DAC_HandleTypeDef structure that contains *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c:175
Function
HAL_DACEx_TriangleWaveGenerate
* @brief Enables or disables the selected DAC channel wave generation. * @param hdac pointer to a DAC_HandleTypeDef structure that contains *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c:127
Function
HAL_DAC_ConfigChannel
* @brief Configures the selected DAC channel. * @param hdac pointer to a DAC_HandleTypeDef structure that contains * the configuration i
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c:849
Function
HAL_DAC_DeInit
* @brief Deinitializes the DAC peripheral registers to their default reset values. * @param hdac pointer to a DAC_HandleTypeDef structure that con
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c:328
Function
HAL_DAC_GetError
* @brief Return the DAC error code * @param hdac pointer to a DAC_HandleTypeDef structure that contains * the configuration information
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c:970
Function
HAL_DAC_GetState
* @brief return the DAC state * @param hdac pointer to a DAC_HandleTypeDef structure that contains * the configuration information for t
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c:957
Function
HAL_DAC_GetValue
* @brief Returns the last data output value of the selected DAC channel. * @param hdac pointer to a DAC_HandleTypeDef structure that contains *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c:689
Function
HAL_DAC_IRQHandler
* @brief Handles DAC interrupt request * @param hdac pointer to a DAC_HandleTypeDef structure that contains * the configuration inform
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c:711
Function
HAL_DAC_Init
* @brief Initializes the DAC peripheral according to the specified parameters * in the DAC_InitStruct. * @param hdac pointer to a DAC_Ha
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c:269
Function
HAL_DAC_RegisterCallback
* @brief Register a User DAC Callback * To be used instead of the weak (surcharged) predefined callback * @param hdac DAC handle * @par
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c:1012
Function
HAL_DAC_SetValue
* @brief Set the specified data holding register value for DAC channel. * @param hdac pointer to a DAC_HandleTypeDef structure that contains *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c:905
Function
HAL_DAC_Start
* @brief Enables DAC and starts conversion of channel. * @param hdac pointer to a DAC_HandleTypeDef structure that contains * the config
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c:429
Function
HAL_DAC_Start_DMA
* @brief Enables DAC and starts conversion of channel. * @param hdac pointer to a DAC_HandleTypeDef structure that contains * the config
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c:520
Function
HAL_DAC_Stop
* @brief Disables DAC and stop conversion of channel. * @param hdac pointer to a DAC_HandleTypeDef structure that contains * the configu
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c:488
Function
HAL_DAC_Stop_DMA
* @brief Disables DAC and stop conversion of channel. * @param hdac pointer to a DAC_HandleTypeDef structure that contains * the configu
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c:639
Function
HAL_DAC_UnRegisterCallback
* @brief Unregister a User DAC Callback * DAC Callback is redirected to the weak (surcharged) predefined callback * @param hdac DAC handl
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c:1118
Function
HAL_DBGMCU_DisableDBGSleepMode
* @brief Disable the Debug Module during SLEEP mode * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:477
Function
HAL_DBGMCU_DisableDBGStandbyMode
* @brief Disable the Debug Module during STANDBY mode * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:513
Function
HAL_DBGMCU_DisableDBGStopMode
* @brief Disable the Debug Module during STOP mode * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:495
Function
HAL_DBGMCU_EnableDBGSleepMode
* @brief Enable the Debug Module during SLEEP mode * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:468
Function
HAL_DBGMCU_EnableDBGStandbyMode
* @brief Enable the Debug Module during STANDBY mode * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:504
Function
HAL_DBGMCU_EnableDBGStopMode
* @brief Enable the Debug Module during STOP mode * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:486
Function
HAL_DMAEx_ChangeMemory
* @brief Change the memory0 or memory1 address on the fly. * @param hdma pointer to a DMA_HandleTypeDef structure that contains *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c:240
Function
HAL_DMAEx_MultiBufferStart
* @brief Starts the multi_buffer DMA Transfer. * @param hdma pointer to a DMA_HandleTypeDef structure that contains *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c:101
Function
HAL_DMAEx_MultiBufferStart_IT
* @brief Starts the multi_buffer DMA Transfer with interrupt enabled. * @param hdma pointer to a DMA_HandleTypeDef structure that contains
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c:155
Function
HAL_DMA_DeInit
* @brief DeInitializes the DMA peripheral * @param hdma pointer to a DMA_HandleTypeDef structure that contains * the configuratio
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:310
Function
HAL_DMA_GetState
* @brief Returns the DMA state. * @param hdma pointer to a DMA_HandleTypeDef structure that contains * the configuration informati
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:1113
Function
HAL_DMA_IRQHandler
* @brief Handles DMA interrupt request. * @param hdma pointer to a DMA_HandleTypeDef structure that contains * the configuration i
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:747
Function
HAL_DMA_Init
* @brief Initialize the DMA according to the specified * parameters in the DMA_InitTypeDef and create the associated handle. * @param hd
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:171
Function
HAL_DMA_PollForTransfer
* @brief Polling for transfer complete. * @param hdma pointer to a DMA_HandleTypeDef structure that contains * t
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:611
Function
HAL_DMA_RegisterCallback
* @brief Register callbacks * @param hdma pointer to a DMA_HandleTypeDef structure that contains *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:968
Function
HAL_DMA_Start
* @brief Starts the DMA Transfer. * @param hdma pointer to a DMA_HandleTypeDef structure that contains * the configura
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:408
Function
HAL_DMA_UnRegisterCallback
* @brief UnRegister callbacks * @param hdma pointer to a DMA_HandleTypeDef structure that contains *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:1028
Function
HAL_DeInit
* @brief This function de-Initializes common part of the HAL and stops the systick. * This function is optional. * @retval HAL status
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:190
Function
HAL_Delay
* @brief This function provides minimum delay (in milliseconds) based * on variable incremented. * @note In the default implementation , S
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:389
Function
HAL_DisableCompensationCell
* @brief Power-down the I/O Compensation Cell. * @note The I/O compensation cell can be used only when the device supply * voltage rang
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:535
Function
HAL_DisableMemorySwappingBank
* @brief Disables the Internal FLASH Bank Swapping. * * @note This function can be used only for STM32F42xxx/43xxx/469xx/479xx devices. *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:594
Function
HAL_EXTI_ClearConfigLine
* @brief Clear whole configuration of a dedicated Exti line. * @param hexti Exti handle. * @retval HAL Status. */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:327
Function
HAL_EXTI_ClearPending
* @brief Clear interrupt pending bit of a dedicated line. * @param hexti Exti handle. * @param Edge Specify which pending edge as to be clear.
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:506
Function
HAL_EXTI_GenerateSWI
* @brief Generate a software interrupt for a dedicated line. * @param hexti Exti handle. * @retval None. */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:527
Function
HAL_EXTI_GetConfigLine
* @brief Get configuration of a dedicated Exti line. * @param hexti Exti handle. * @param pExtiConfig Pointer on structure to store Exti config
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:238
Function
HAL_EXTI_GetHandle
* @brief Store line number as handle private field. * @param hexti Exti handle. * @param ExtiLine Exti line number. * This parameter
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:405
Function
HAL_EXTI_GetPending
* @brief Get interrupt pending bit of a dedicated line. * @param hexti Exti handle. * @param Edge Specify which pending edge as to be checked.
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:477
Function
HAL_EXTI_IRQHandler
* @brief Handle EXTI interrupt request. * @param hexti Exti handle. * @retval none. */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:445
Function
HAL_EXTI_RegisterCallback
* @brief Register callback for a dedicated Exti line. * @param hexti Exti handle. * @param CallbackID User callback identifier. * Thi
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:380
Function
HAL_EXTI_SetConfigLine
* @brief Set configuration of a dedicated Exti line. * @param hexti Exti handle. * @param pExtiConfig Pointer on EXTI configuration to be set.
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:143
Function
HAL_EnableCompensationCell
* @brief Enables the I/O Compensation Cell. * @note The I/O compensation cell can be used only when the device supply * voltage ranges
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:524
Function
HAL_EnableMemorySwappingBank
* @brief Enables the Internal FLASH Bank Swapping. * * @note This function can be used only for STM32F42xxx/43xxx/469xx/479xx devices. *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:579
Function
HAL_FLASHEx_AdvOBGetConfig
* @brief Get the OBEX byte configuration * @param pAdvOBInit pointer to an FLASH_AdvOBProgramInitTypeDef structure that * contains the
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:430
Function
HAL_FLASHEx_AdvOBProgram
* @brief Program option bytes * @param pAdvOBInit pointer to an FLASH_AdvOBProgramInitTypeDef structure that * contains the configurati
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:374
Function
HAL_FLASHEx_Erase
@defgroup FLASHEx_Exported_Functions_Group1 Extended IO operation functions * @brief Extended IO operation functions * @verbatim ===========
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:162
Function
HAL_FLASHEx_Erase_IT
* @brief Perform a mass erase or erase the specified FLASH memory sectors with interrupt enabled * @param pEraseInit pointer to an FLASH_EraseIni
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:233
Function
HAL_FLASHEx_OBGetConfig
* @brief Get the Option byte configuration * @param pOBInit pointer to an FLASH_OBInitStruct structure that * contains the configuratio
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:345
Function
HAL_FLASHEx_OBProgram
* @brief Program option bytes * @param pOBInit pointer to an FLASH_OBInitStruct structure that * contains the configuration information
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:286
Function
HAL_FLASHEx_OB_DeSelectPCROP
* @brief Deselect the Protection Mode * * @note After PCROP activated Option Byte modification NOT POSSIBLE! excepted * Global Rea
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:487
Function
HAL_FLASHEx_OB_GetBank2WRP
* @brief Returns the FLASH Write Protection Option Bytes value for Bank 2 * @note This function can be used only for STM32F42xxx/STM32F43xxx/STM3
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:509
Function
HAL_FLASHEx_OB_SelectPCROP
* @brief Select the Protection Mode * * @note After PCROP activated Option Byte modification NOT POSSIBLE! excepted * Global Read
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:462
Function
HAL_FLASH_GetError
* @brief Get the specific FLASH error flag. * @retval FLASH_ErrorCode: The returned value can be a combination of: * @arg HAL_FLASH_ER
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:538
Function
HAL_FLASH_IRQHandler
* @brief This function handles FLASH interrupt request. * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:261
Function
HAL_FLASH_Lock
* @brief Locks the FLASH control register access * @retval HAL Status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:457
Function
HAL_FLASH_OB_Launch
* @brief Launch the option byte loading. * @retval HAL Status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:501
Function
HAL_FLASH_OB_Lock
* @brief Lock the FLASH Option Control Registers access. * @retval HAL Status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:489
Function
HAL_FLASH_OB_Unlock
* @brief Unlock the FLASH Option Control Registers access. * @retval HAL Status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:469
Function
HAL_FLASH_Program
* @brief Program byte, halfword, word or double word at a specified address * @param TypeProgram Indicate the way to program at a specified addre
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:156
Function
HAL_FLASH_Program_IT
* @brief Program byte, halfword, word or double word at a specified address with interrupt enabled. * @param TypeProgram Indicate the way to pr
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:214
← previous
next →
301–400 of 1,443, ranked by callers