MCPcopy Create free account

hub / github.com/SJTU-RoboMaster-Team/Matrix_and_Robotics_on_STM32 / functions

Functions1,443 in github.com/SJTU-RoboMaster-Team/Matrix_and_Robotics_on_STM32

FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_DBGMCU_DisableDBGSleepMode
* @brief Disable the Debug Module during SLEEP mode * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:477
FunctionHAL_DBGMCU_DisableDBGStandbyMode
* @brief Disable the Debug Module during STANDBY mode * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:513
FunctionHAL_DBGMCU_DisableDBGStopMode
* @brief Disable the Debug Module during STOP mode * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:495
FunctionHAL_DBGMCU_EnableDBGSleepMode
* @brief Enable the Debug Module during SLEEP mode * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:468
FunctionHAL_DBGMCU_EnableDBGStandbyMode
* @brief Enable the Debug Module during STANDBY mode * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:504
FunctionHAL_DBGMCU_EnableDBGStopMode
* @brief Enable the Debug Module during STOP mode * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:486
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_EXTI_IRQHandler
* @brief Handle EXTI interrupt request. * @param hexti Exti handle. * @retval none. */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:445
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_FLASH_IRQHandler
* @brief This function handles FLASH interrupt request. * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:261
FunctionHAL_FLASH_Lock
* @brief Locks the FLASH control register access * @retval HAL Status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:457
FunctionHAL_FLASH_OB_Launch
* @brief Launch the option byte loading. * @retval HAL Status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:501
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
FunctionHAL_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
← previousnext →301–400 of 1,443, ranked by callers