MCPcopy Create free account

hub / github.com/RQNG/WouoUI / functions

Functions5,651 in github.com/RQNG/WouoUI

↓ 1 callersFunctionFSMC_NAND_Init
* @brief Initializes the FSMC_NAND device according to the specified * control parameters in the FSMC_NAND_HandleTypeDef * @param Device
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c:529
↓ 1 callersFunctionFSMC_PCCARD_AttributeSpace_Timing_Init
* @brief Initializes the FSMC_PCCARD Attribute space Timing according to the specified * parameters in the FSMC_NAND_PCC_TimingTypeDef *
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c:919
↓ 1 callersFunctionFSMC_PCCARD_CommonSpace_Timing_Init
* @brief Initializes the FSMC_PCCARD Common space Timing according to the specified * parameters in the FSMC_NAND_PCC_TimingTypeDef * @pa
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c:890
↓ 1 callersFunctionFSMC_PCCARD_DeInit
* @brief DeInitializes the FSMC_PCCARD device * @param Device Pointer to PCCARD device instance * @retval HAL status */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c:975
↓ 1 callersFunctionFSMC_PCCARD_IOSpace_Timing_Init
* @brief Initializes the FSMC_PCCARD IO space Timing according to the specified * parameters in the FSMC_NAND_PCC_TimingTypeDef * @param
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c:948
↓ 1 callersFunctionFSMC_PCCARD_Init
* @brief Initializes the FSMC_PCCARD device according to the specified * control parameters in the FSMC_PCCARD_HandleTypeDef * @param De
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c:857
↓ 1 callersFunctionGIC_AcknowledgePending
\brief Read the CPU's IAR register. * \return GICInterface_Type::IAR */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1215
↓ 1 callersFunctionGIC_CPUInterfaceInit
\brief Initialize the CPU's interrupt interface */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1484
↓ 1 callersFunctionGIC_ClearPendingIRQ
\brief Clears the given interrupt from being pending using GIC's ICPENDR register. * \param [in] IRQn The interrupt to be enabled. */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1293
↓ 1 callersFunctionGIC_DisableDistributor
\brief Disable the interrupt distributor using the GIC's CTLR register. */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1158
↓ 1 callersFunctionGIC_DisableInterface
\brief Disable the CPU's interrupt interface. */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1207
↓ 1 callersFunctionGIC_DistInit
\brief Initialize the interrupt distributor. */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1447
↓ 1 callersFunctionGIC_Enable
\brief Initialize and enable the GIC */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1523
↓ 1 callersFunctionGIC_EnableDistributor
\brief Enable the interrupt distributor using the GIC's CTLR register. */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1151
↓ 1 callersFunctionGIC_EnableIRQ
\brief Enables the given interrupt using GIC's ISENABLER register. * \param [in] IRQn The interrupt to be enabled. */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1231
↓ 1 callersFunctionGIC_EnableInterface
\brief Enable the CPU's interrupt interface. */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1200
↓ 1 callersFunctionGIC_EndInterrupt
\brief Writes the given interrupt number to the CPU's EOIR register. * \param [in] IRQn The interrupt to be signaled as finished. */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1223
↓ 1 callersFunctionGIC_GetBinaryPoint
\brief Read the current group priority and subpriority split point from CPU's BPR register. * \return GICInterface_Type::BPR */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1374
↓ 1 callersFunctionGIC_GetConfiguration
\brief Get the interrupt configuration from the GIC's ICFGR register. * \param [in] IRQn Interrupt to acquire the configuration for. * \return Int_con
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1324
↓ 1 callersFunctionGIC_GetEnableIRQ
\brief Get interrupt enable status using GIC's ISENABLER register. * \param [in] IRQn The interrupt to be queried. * \return 0 - interrupt is not enab
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1240
↓ 1 callersFunctionGIC_GetHighPendingIRQ
\brief Get the interrupt number of the highest interrupt pending from CPU's HPPIR register. * \return GICInterface_Type::HPPIR */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1406
↓ 1 callersFunctionGIC_GetIRQStatus
\brief Get the status for a given interrupt. * \param [in] IRQn The interrupt to get status for. * \return 0 - not pending/active, 1 - pending, 2 - ac
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1383
↓ 1 callersFunctionGIC_GetInterfacePriorityMask
\brief Read the current interrupt priority mask from CPU's PMR register. * \result GICInterface_Type::PMR */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1358
↓ 1 callersFunctionGIC_GetPendingIRQ
\brief Get interrupt pending status from GIC's ISPENDR register. * \param [in] IRQn The interrupt to be queried. * \return 0 - interrupt is not pendin
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1257
↓ 1 callersFunctionGIC_GetTarget
\brief Read the GIC's ITARGETSR register. * \param [in] IRQn Interrupt to acquire the configuration for. * \return GICDistributor_Type::ITARGETSR */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1193
↓ 1 callersFunctionGIC_SetGroup
\brief Set the interrupt group from the GIC's IGROUPR register. * \param [in] IRQn The interrupt to be queried. * \param [in] group Interrupt group nu
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1423
↓ 1 callersFunctionGIC_SetPendingIRQ
\brief Sets the given interrupt as pending using GIC's ISPENDR register. * \param [in] IRQn The interrupt to be enabled. */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1280
↓ 1 callersFunctionHAL_ADCEx_InjectedConvCpltCallback
* @brief Injected conversion complete callback in non blocking mode * @param hadc: ADC handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c:958
↓ 1 callersFunctionHAL_ADC_ConvHalfCpltCallback
* @brief Conversion DMA half-transfer callback in non blocking mode * @param hadc: ADC handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:1923
↓ 1 callersFunctionHAL_ADC_ErrorCallback
* @brief ADC error callback in non blocking mode * (ADC conversion with interruption or transfer by DMA) * @param hadc: ADC handle * @r
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:1952
↓ 1 callersFunctionHAL_ADC_LevelOutOfWindowCallback
* @brief Analog watchdog callback in non blocking mode. * @param hadc: ADC handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:1937
↓ 1 callersFunctionHAL_ADC_MspDeInit
* @brief DeInitializes the ADC MSP. * @param hadc: ADC handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:791
↓ 1 callersFunctionHAL_ADC_MspInit
* @brief Initializes the ADC MSP. * @param hadc: ADC handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:777
↓ 1 callersFunctionHAL_CAN_ErrorCallback
* @brief Error CAN callback. * @param hcan pointer to a CAN_HandleTypeDef structure that contains * the configuration information for th
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c:2312
↓ 1 callersFunctionHAL_CAN_MspDeInit
* @brief DeInitializes the CAN MSP. * @param hcan pointer to a CAN_HandleTypeDef structure that contains * the configuration information
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c:522
↓ 1 callersFunctionHAL_CAN_MspInit
* @brief Initializes the CAN MSP. * @param hcan pointer to a CAN_HandleTypeDef structure that contains * the configuration information f
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c:506
↓ 1 callersFunctionHAL_CAN_RxFifo0FullCallback
* @brief Rx FIFO 0 full callback. * @param hcan pointer to a CAN_HandleTypeDef structure that contains * the configuration information f
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c:2228
↓ 1 callersFunctionHAL_CAN_RxFifo0MsgPendingCallback
* @brief Rx FIFO 0 message pending callback. * @param hcan pointer to a CAN_HandleTypeDef structure that contains * the configuration in
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c:2211
↓ 1 callersFunctionHAL_CAN_RxFifo1FullCallback
* @brief Rx FIFO 1 full callback. * @param hcan pointer to a CAN_HandleTypeDef structure that contains * the configuration information f
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c:2262
↓ 1 callersFunctionHAL_CAN_RxFifo1MsgPendingCallback
* @brief Rx FIFO 1 message pending callback. * @param hcan pointer to a CAN_HandleTypeDef structure that contains * the configuration in
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c:2245
↓ 1 callersFunctionHAL_CAN_SleepCallback
* @brief Sleep callback. * @param hcan pointer to a CAN_HandleTypeDef structure that contains * the configuration information for the sp
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c:2279
↓ 1 callersFunctionHAL_CAN_Stop
* @brief Stop the CAN module and enable access to configuration registers. * @param hcan pointer to an CAN_HandleTypeDef structure that contains
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c:1057
↓ 1 callersFunctionHAL_CAN_TxMailbox0AbortCallback
* @brief Transmission Mailbox 0 Cancellation callback. * @param hcan pointer to an CAN_HandleTypeDef structure that contains * the confi
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c:2160
↓ 1 callersFunctionHAL_CAN_TxMailbox0CompleteCallback
* @brief Transmission Mailbox 0 complete callback. * @param hcan pointer to a CAN_HandleTypeDef structure that contains * the configurat
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c:2109
↓ 1 callersFunctionHAL_CAN_TxMailbox1AbortCallback
* @brief Transmission Mailbox 1 Cancellation callback. * @param hcan pointer to an CAN_HandleTypeDef structure that contains * the confi
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c:2177
↓ 1 callersFunctionHAL_CAN_TxMailbox1CompleteCallback
* @brief Transmission Mailbox 1 complete callback. * @param hcan pointer to a CAN_HandleTypeDef structure that contains * the configurat
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c:2126
↓ 1 callersFunctionHAL_CAN_TxMailbox2AbortCallback
* @brief Transmission Mailbox 2 Cancellation callback. * @param hcan pointer to an CAN_HandleTypeDef structure that contains * the confi
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c:2194
↓ 1 callersFunctionHAL_CAN_TxMailbox2CompleteCallback
* @brief Transmission Mailbox 2 complete callback. * @param hcan pointer to a CAN_HandleTypeDef structure that contains * the configurat
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c:2143
↓ 1 callersFunctionHAL_CAN_WakeUpFromRxMsgCallback
* @brief WakeUp from Rx message callback. * @param hcan pointer to a CAN_HandleTypeDef structure that contains * the configuration infor
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c:2295
↓ 1 callersFunctionHAL_CEC_ErrorCallback
* @brief CEC error callbacks * @param hcec CEC handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c:828
↓ 1 callersFunctionHAL_CEC_MspDeInit
* @brief CEC MSP DeInit * @param hcec CEC handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c:361
↓ 1 callersFunctionHAL_CEC_MspInit
* @brief CEC MSP Init * @param hcec CEC handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c:347
↓ 1 callersFunctionHAL_CEC_RxCpltCallback
* @brief Rx Transfer completed callback * @param hcec CEC handle * @param RxFrameSize Size of frame * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c:813
↓ 1 callersFunctionHAL_CEC_TxCpltCallback
* @brief Tx Transfer completed callback * @param hcec CEC handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c:798
↓ 1 callersFunctionHAL_CRC_MspDeInit
* @brief DeInitialize the CRC MSP. * @param hcrc CRC handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_crc.c:185
↓ 1 callersFunctionHAL_CRC_MspInit
* @brief Initializes the CRC MSP. * @param hcrc CRC handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_crc.c:170
↓ 1 callersFunctionHAL_DACEx_ConvCpltCallbackCh2
* @brief Conversion complete callback in non-blocking mode for Channel2. * @param hdac pointer to a DAC_HandleTypeDef structure that contains *
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac_ex.c:331
↓ 1 callersFunctionHAL_DACEx_ConvHalfCpltCallbackCh2
* @brief Conversion half DMA transfer callback in non-blocking mode for Channel2. * @param hdac pointer to a DAC_HandleTypeDef structure that cont
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac_ex.c:347
↓ 1 callersFunctionHAL_DACEx_DMAUnderrunCallbackCh2
* @brief DMA underrun DAC callback for Channel2. * @param hdac pointer to a DAC_HandleTypeDef structure that contains * the configuratio
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac_ex.c:379
↓ 1 callersFunctionHAL_DACEx_ErrorCallbackCh2
* @brief Error DAC callback for Channel2. * @param hdac pointer to a DAC_HandleTypeDef structure that contains * the configuration infor
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac_ex.c:363
↓ 1 callersFunctionHAL_DAC_ConvCpltCallbackCh1
* @brief Conversion complete callback in non-blocking mode for Channel1 * @param hdac pointer to a DAC_HandleTypeDef structure that contains *
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c:870
↓ 1 callersFunctionHAL_DAC_ConvHalfCpltCallbackCh1
* @brief Conversion half DMA transfer callback in non-blocking mode for Channel1 * @param hdac pointer to a DAC_HandleTypeDef structure that conta
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c:886
↓ 1 callersFunctionHAL_DAC_DMAUnderrunCallbackCh1
* @brief DMA underrun DAC callback for channel1. * @param hdac pointer to a DAC_HandleTypeDef structure that contains * the configuratio
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c:918
↓ 1 callersFunctionHAL_DAC_ErrorCallbackCh1
* @brief Error DAC callback for Channel1. * @param hdac pointer to a DAC_HandleTypeDef structure that contains * the configuration infor
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c:902
↓ 1 callersFunctionHAL_DAC_MspDeInit
* @brief DeInitialize the DAC MSP. * @param hdac pointer to a DAC_HandleTypeDef structure that contains * the configuration information
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c:413
↓ 1 callersFunctionHAL_DAC_MspInit
* @brief Initialize the DAC MSP. * @param hdac pointer to a DAC_HandleTypeDef structure that contains * the configuration information fo
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c:397
↓ 1 callersFunctionHAL_ETH_ErrorCallback
* @brief Ethernet transfer error callbacks * @param heth: pointer to a ETH_HandleTypeDef structure that contains * the configuration inf
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c:1262
↓ 1 callersFunctionHAL_ETH_MspDeInit
* @brief DeInitializes ETH MSP. * @param heth: pointer to a ETH_HandleTypeDef structure that contains * the configuration information fo
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c:670
↓ 1 callersFunctionHAL_ETH_MspInit
* @brief Initializes the ETH MSP. * @param heth: pointer to a ETH_HandleTypeDef structure that contains * the configuration information
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c:655
↓ 1 callersFunctionHAL_ETH_RxCpltCallback
* @brief Rx Transfer completed callbacks. * @param heth: pointer to a ETH_HandleTypeDef structure that contains * the configuration info
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c:1247
↓ 1 callersFunctionHAL_ETH_TxCpltCallback
* @brief Tx Transfer completed callbacks. * @param heth: pointer to a ETH_HandleTypeDef structure that contains * the configuration info
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c:1232
↓ 1 callersFunctionHAL_FLASH_OperationErrorCallback
* @brief FLASH operation error interrupt callback * @param ReturnValue: The value saved in this parameter depends on the ongoing procedure *
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c:622
↓ 1 callersFunctionHAL_GPIO_EXTI_Callback
* @brief EXTI line detection callbacks. * @param GPIO_Pin: Specifies the pins connected EXTI line * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c:561
↓ 1 callersFunctionHAL_HCD_Connect_Callback
* @brief Connection Event callback. * @param hhcd HCD handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c:635
↓ 1 callersFunctionHAL_HCD_Disconnect_Callback
* @brief Disconnection Event callback. * @param hhcd HCD handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c:650
↓ 1 callersFunctionHAL_HCD_HC_ClearHubInfo
* @brief Clear host channel hub information. * @param hhcd HCD handle * @param ch_num Channel number. * This parameter can be a value
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c:1188
↓ 1 callersFunctionHAL_HCD_MspDeInit
* @brief DeInitialize the HCD MSP. * @param hhcd HCD handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c:304
↓ 1 callersFunctionHAL_HCD_MspInit
* @brief Initialize the HCD MSP. * @param hhcd HCD handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c:289
↓ 1 callersFunctionHAL_HCD_PortDisabled_Callback
* @brief Port Disabled Event callback. * @param hhcd HCD handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c:680
↓ 1 callersFunctionHAL_HCD_PortEnabled_Callback
* @brief Port Enabled Event callback. * @param hhcd HCD handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c:665
↓ 1 callersFunctionHAL_HCD_SOF_Callback
* @brief SOF callback. * @param hhcd HCD handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c:620
↓ 1 callersFunctionHAL_I2C_AddrCallback
* @brief Slave Address Match callback. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the configuration i
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c:5196
↓ 1 callersFunctionHAL_I2C_Init
* @brief Initializes the I2C according to the specified parameters * in the I2C_InitTypeDef and initialize the associated handle. * @para
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c:463
↓ 1 callersFunctionHAL_I2C_Master_Transmit
* @brief Transmits in master mode an amount of data in blocking mode. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains *
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c:1074
↓ 1 callersFunctionHAL_I2C_MspDeInit
* @brief DeInitialize the I2C MSP. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the configuration information
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c:640
↓ 1 callersFunctionHAL_I2C_MspInit
* @brief Initialize the I2C MSP. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the configuration information fo
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c:624
↓ 1 callersFunctionHAL_I2S_MspDeInit
* @brief I2S MSP DeInit * @param hi2s pointer to a I2S_HandleTypeDef structure that contains * the configuration information for I2S modu
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2s.c:508
↓ 1 callersFunctionHAL_I2S_MspInit
* @brief I2S MSP Init * @param hi2s pointer to a I2S_HandleTypeDef structure that contains * the configuration information for I2S module
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2s.c:492
↓ 1 callersFunctionHAL_I2S_RxHalfCpltCallback
* @brief Rx Transfer half completed callbacks * @param hi2s pointer to a I2S_HandleTypeDef structure that contains * the configuration i
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2s.c:1562
↓ 1 callersFunctionHAL_I2S_TxHalfCpltCallback
* @brief Tx Transfer Half completed callbacks * @param hi2s pointer to a I2S_HandleTypeDef structure that contains * the configuration i
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2s.c:1530
↓ 1 callersFunctionHAL_IRDA_MspDeInit
* @brief IRDA MSP DeInit. * @param hirda Pointer to a IRDA_HandleTypeDef structure that contains * the configuration information
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_irda.c:428
↓ 1 callersFunctionHAL_IRDA_MspInit
* @brief IRDA MSP Init. * @param hirda Pointer to a IRDA_HandleTypeDef structure that contains * the configuration information f
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_irda.c:412
↓ 1 callersFunctionHAL_IRDA_RxHalfCpltCallback
* @brief Rx Half Transfer complete callback. * @param hirda Pointer to a IRDA_HandleTypeDef structure that contains * the config
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_irda.c:1925
↓ 1 callersFunctionHAL_IRDA_TxHalfCpltCallback
* @brief Tx Half Transfer completed callback. * @param hirda Pointer to a IRDA_HandleTypeDef structure that contains * the confi
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_irda.c:1893
↓ 1 callersFunctionHAL_Init
* @brief This function is used to initialize the HAL Library; it must be the first * instruction to be executed in the main program (before
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:142
↓ 1 callersFunctionHAL_MMC_ConfigWideBusOperation
* @brief Enables wide bus operation for the requested card if supported by * card. * @param hmmc: Pointer to MMC handle * @param Wide
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c:2245
↓ 1 callersFunctionHAL_MMC_GetCardCSD
* @brief Returns information the information of the card which are stored on * the CSD register. * @param hmmc: Pointer to MMC handle
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c:1988
↓ 1 callersFunctionHAL_MMC_GetCardExtCSD
* @brief Returns information the information of the card which are stored on * the Extended CSD register. * @param hmmc Pointer to MMC h
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c:2127
↓ 1 callersFunctionHAL_MMC_InitCard
* @brief Initializes the MMC Card. * @param hmmc: Pointer to MMC handle * @note This function initializes the MMC card. It could be used when
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c:429
↓ 1 callersFunctionHAL_MMC_MspDeInit
* @brief De-Initialize MMC MSP. * @param hmmc: Pointer to MMC handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c:559
← previousnext →801–900 of 5,651, ranked by callers