mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-19 21:19:47 +08:00
@@ -40,6 +40,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup HAL HAL
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HAL module driver.
|
||||
* @{
|
||||
*/
|
||||
@@ -66,6 +67,7 @@
|
||||
/* Exported variables --------------------------------------------------------*/
|
||||
|
||||
/** @defgroup HAL_Exported_Variables HAL Exported Variables
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
#ifndef __rtems__
|
||||
@@ -81,10 +83,12 @@ HAL_TickFreqTypeDef uwTickFreq = HAL_TICK_FREQ_DEFAULT; /* 1KHz */
|
||||
/* Private functions ---------------------------------------------------------*/
|
||||
|
||||
/** @defgroup HAL_Private_Functions HAL Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup HAL_Group1 Initialization and de-initialization Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and de-initialization functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -301,6 +305,7 @@ __weak HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority)
|
||||
*/
|
||||
|
||||
/** @defgroup HAL_Group2 HAL Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HAL Control functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -309,6 +309,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup ADC ADC
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief ADC HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -319,6 +320,7 @@
|
||||
/* Private define ------------------------------------------------------------*/
|
||||
|
||||
/** @defgroup ADC_Private_Constants ADC Private Constants
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
#define ADC_CFGR_FIELDS_1 ((uint32_t)(ADC_CFGR_RES |\
|
||||
@@ -358,10 +360,12 @@
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
|
||||
/** @defgroup ADC_Exported_Functions ADC Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup ADC_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief ADC Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -1213,6 +1217,7 @@ HAL_StatusTypeDef HAL_ADC_UnRegisterCallback(ADC_HandleTypeDef *hadc, HAL_ADC_Ca
|
||||
*/
|
||||
|
||||
/** @defgroup ADC_Exported_Functions_Group2 ADC Input and Output operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief ADC IO operation functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -2610,6 +2615,7 @@ __weak void HAL_ADC_ErrorCallback(ADC_HandleTypeDef *hadc)
|
||||
*/
|
||||
|
||||
/** @defgroup ADC_Exported_Functions_Group3 Peripheral Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral Control functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -3135,6 +3141,7 @@ HAL_StatusTypeDef HAL_ADC_AnalogWDGConfig(ADC_HandleTypeDef *hadc, ADC_AnalogWDG
|
||||
*/
|
||||
|
||||
/** @defgroup ADC_Exported_Functions_Group4 Peripheral State functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief ADC Peripheral State functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -3192,6 +3199,7 @@ uint32_t HAL_ADC_GetError(ADC_HandleTypeDef *hadc)
|
||||
*/
|
||||
|
||||
/** @defgroup ADC_Private_Functions ADC Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup ADCEx ADCEx
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief ADC Extended HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -57,6 +58,7 @@
|
||||
/* Private define ------------------------------------------------------------*/
|
||||
|
||||
/** @defgroup ADCEx_Private_Constants ADC Extended Private Constants
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -87,10 +89,12 @@
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
|
||||
/** @defgroup ADCEx_Exported_Functions ADC Extended Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup ADCEx_Exported_Functions_Group1 Extended Input and Output operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Extended IO operation functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -1719,6 +1723,7 @@ HAL_StatusTypeDef HAL_ADCEx_RegularMultiModeStop_DMA(ADC_HandleTypeDef *hadc)
|
||||
*/
|
||||
|
||||
/** @defgroup ADCEx_Exported_Functions_Group2 ADC Extended Peripheral Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief ADC Extended Peripheral Control functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -117,6 +117,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup CEC CEC
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HAL CEC module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -126,6 +127,7 @@
|
||||
/* Private typedef -----------------------------------------------------------*/
|
||||
/* Private define ------------------------------------------------------------*/
|
||||
/** @defgroup CEC_Private_Constants CEC Private Constants
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
/**
|
||||
@@ -136,6 +138,7 @@
|
||||
/* Private variables ---------------------------------------------------------*/
|
||||
/* Private function prototypes -----------------------------------------------*/
|
||||
/** @defgroup CEC_Private_Functions CEC Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
/**
|
||||
@@ -145,10 +148,12 @@
|
||||
/* Exported functions ---------------------------------------------------------*/
|
||||
|
||||
/** @defgroup CEC_Exported_Functions CEC Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup CEC_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -649,6 +654,7 @@ HAL_StatusTypeDef HAL_CEC_UnRegisterRxCpltCallback(CEC_HandleTypeDef *hcec)
|
||||
*/
|
||||
|
||||
/** @defgroup CEC_Exported_Functions_Group2 Input and Output operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief CEC Transmit/Receive functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -942,6 +948,7 @@ __weak void HAL_CEC_ErrorCallback(CEC_HandleTypeDef *hcec)
|
||||
*/
|
||||
|
||||
/** @defgroup CEC_Exported_Functions_Group3 Peripheral Control function
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief CEC control functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -201,6 +201,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup COMP COMP
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief COMP HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -237,10 +238,12 @@
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
|
||||
/** @defgroup COMP_Exported_Functions COMP Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup COMP_Exported_Functions_Group1 Initialization/de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and de-initialization functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -728,6 +731,7 @@ HAL_StatusTypeDef HAL_COMP_UnRegisterCallback(COMP_HandleTypeDef *hcomp, HAL_COM
|
||||
*/
|
||||
|
||||
/** @defgroup COMP_Exported_Functions_Group2 Start-Stop operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Start-Stop operation functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -1070,6 +1074,7 @@ void HAL_COMP_IRQHandler(COMP_HandleTypeDef *hcomp)
|
||||
*/
|
||||
|
||||
/** @defgroup COMP_Exported_Functions_Group3 Peripheral Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Management functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -1185,6 +1190,7 @@ __weak void HAL_COMP_TriggerCallback(COMP_HandleTypeDef *hcomp)
|
||||
*/
|
||||
|
||||
/** @defgroup COMP_Exported_Functions_Group4 Peripheral State functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral State functions.
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -87,6 +87,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup CORTEX CORTEX
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief CORTEX HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -101,11 +102,13 @@
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
|
||||
/** @defgroup CORTEX_Exported_Functions CORTEX Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
||||
/** @defgroup CORTEX_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -235,6 +238,7 @@ uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb)
|
||||
*/
|
||||
|
||||
/** @defgroup CORTEX_Exported_Functions_Group2 Peripheral Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Cortex control functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup CRC CRC
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief CRC HAL module driver.
|
||||
* @{
|
||||
*/
|
||||
@@ -62,6 +63,7 @@
|
||||
/* Private variables ---------------------------------------------------------*/
|
||||
/* Private function prototypes -----------------------------------------------*/
|
||||
/** @defgroup CRC_Private_Functions CRC Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength);
|
||||
@@ -73,10 +75,12 @@ static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint3
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
|
||||
/** @defgroup CRC_Exported_Functions CRC Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup CRC_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -250,6 +254,7 @@ __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc)
|
||||
*/
|
||||
|
||||
/** @defgroup CRC_Exported_Functions_Group2 Peripheral Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief management functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -385,6 +390,7 @@ uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t
|
||||
*/
|
||||
|
||||
/** @defgroup CRC_Exported_Functions_Group3 Peripheral State functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral State functions.
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup CRCEx CRCEx
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief CRC Extended HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -51,10 +52,12 @@
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
|
||||
/** @defgroup CRCEx_Exported_Functions CRC Extended Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup CRCEx_Exported_Functions_Group1 Extended Initialization/de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Extended Initialization and Configuration functions.
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -273,6 +273,7 @@
|
||||
#if defined (CRYP)
|
||||
|
||||
/** @defgroup CRYP CRYP
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief CRYP HAL module driver.
|
||||
* @{
|
||||
*/
|
||||
@@ -371,11 +372,13 @@ static HAL_StatusTypeDef CRYP_TDES_Process(CRYP_HandleTypeDef *hcryp, uint32_t T
|
||||
/* Exported functions ---------------------------------------------------------*/
|
||||
|
||||
/** @defgroup CRYP_Exported_Functions CRYP Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
||||
/** @defgroup CRYP_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief CRYP Initialization and Configuration functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -866,6 +869,7 @@ HAL_StatusTypeDef HAL_CRYP_UnRegisterCallback(CRYP_HandleTypeDef *hcryp, HAL_CRY
|
||||
*/
|
||||
|
||||
/** @defgroup CRYP_Exported_Functions_Group2 Encrypt Decrypt functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief CRYP processing functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -1667,6 +1671,7 @@ HAL_StatusTypeDef HAL_CRYP_Decrypt_DMA(CRYP_HandleTypeDef *hcryp, uint32_t *Inpu
|
||||
*/
|
||||
|
||||
/** @defgroup CRYP_Exported_Functions_Group3 CRYP IRQ handler management
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief CRYP IRQ handler.
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
*/
|
||||
#if defined (CRYP)
|
||||
/** @defgroup CRYPEx CRYPEx
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief CRYP Extension HAL module driver.
|
||||
* @{
|
||||
*/
|
||||
@@ -81,6 +82,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup CRYPEx_Exported_Functions_Group1 Extended AES processing functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief CRYPEx Extended processing functions.
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -308,6 +308,7 @@
|
||||
#if defined(DAC1) || defined(DAC2)
|
||||
|
||||
/** @defgroup DAC DAC
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief DAC driver modules
|
||||
* @{
|
||||
*/
|
||||
@@ -330,10 +331,12 @@
|
||||
/* Exported functions -------------------------------------------------------*/
|
||||
|
||||
/** @defgroup DAC_Exported_Functions DAC Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup DAC_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -492,6 +495,7 @@ __weak void HAL_DAC_MspDeInit(DAC_HandleTypeDef *hdac)
|
||||
*/
|
||||
|
||||
/** @defgroup DAC_Exported_Functions_Group2 IO operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief IO operation functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -955,6 +959,7 @@ __weak void HAL_DAC_DMAUnderrunCallbackCh1(DAC_HandleTypeDef *hdac)
|
||||
*/
|
||||
|
||||
/** @defgroup DAC_Exported_Functions_Group3 Peripheral Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral Control functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -1169,6 +1174,7 @@ HAL_StatusTypeDef HAL_DAC_ConfigChannel(DAC_HandleTypeDef *hdac, DAC_ChannelConf
|
||||
*/
|
||||
|
||||
/** @defgroup DAC_Exported_Functions_Group4 Peripheral State and Errors functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral State and Errors functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -72,6 +72,7 @@
|
||||
#if defined(DAC1) || defined(DAC2)
|
||||
|
||||
/** @defgroup DACEx DACEx
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief DAC Extended HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -84,10 +85,12 @@
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
|
||||
/** @defgroup DACEx_Exported_Functions DACEx Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup DACEx_Exported_Functions_Group2 IO operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Extended IO operation functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -747,6 +750,7 @@ uint32_t HAL_DACEx_GetTrimOffset(DAC_HandleTypeDef *hdac, uint32_t Channel)
|
||||
*/
|
||||
|
||||
/** @defgroup DACEx_Exported_Functions_Group3 Peripheral Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Extended Peripheral Control functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -788,6 +792,7 @@ uint32_t HAL_DACEx_DualGetValue(DAC_HandleTypeDef *hdac)
|
||||
|
||||
/* Private functions ---------------------------------------------------------*/
|
||||
/** @defgroup DACEx_Private_Functions DACEx private functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Extended private functions
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -126,6 +126,7 @@
|
||||
* @{
|
||||
*/
|
||||
/** @defgroup DCMI DCMI
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief DCMI HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -146,10 +147,12 @@ static void DCMI_DMAError(DMA_HandleTypeDef *hdma);
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
|
||||
/** @defgroup DCMI_Exported_Functions DCMI Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup DCMI_Exported_Functions_Group1 Initialization and Configuration functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -330,6 +333,7 @@ __weak void HAL_DCMI_MspDeInit(DCMI_HandleTypeDef *hdcmi)
|
||||
* @}
|
||||
*/
|
||||
/** @defgroup DCMI_Exported_Functions_Group2 IO operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief IO operation functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -749,6 +753,7 @@ __weak void HAL_DCMI_FrameEventCallback(DCMI_HandleTypeDef *hdcmi)
|
||||
*/
|
||||
|
||||
/** @defgroup DCMI_Exported_Functions_Group3 Peripheral Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral Control functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -889,6 +894,7 @@ HAL_StatusTypeDef HAL_DCMI_ConfigSyncUnmask(DCMI_HandleTypeDef *hdcmi, DCMI_Syn
|
||||
*/
|
||||
|
||||
/** @defgroup DCMI_Exported_Functions_Group4 Peripheral State functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral State functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -1112,6 +1118,7 @@ HAL_StatusTypeDef HAL_DCMI_UnRegisterCallback(DCMI_HandleTypeDef *hdcmi, HAL_DCM
|
||||
*/
|
||||
/* Private functions ---------------------------------------------------------*/
|
||||
/** @defgroup DCMI_Private_Functions DCMI Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
/**
|
||||
|
||||
@@ -273,6 +273,7 @@
|
||||
#ifdef HAL_DFSDM_MODULE_ENABLED
|
||||
|
||||
/** @defgroup DFSDM DFSDM
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief DFSDM HAL driver module
|
||||
* @{
|
||||
*/
|
||||
@@ -280,6 +281,7 @@
|
||||
/* Private typedef -----------------------------------------------------------*/
|
||||
/* Private define ------------------------------------------------------------*/
|
||||
/** @defgroup DFSDM_Private_Define DFSDM Private Define
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
#define DFSDM_FLTCR1_MSB_RCH_OFFSET 8
|
||||
@@ -297,6 +299,7 @@
|
||||
/* Private macro -------------------------------------------------------------*/
|
||||
/* Private variables ---------------------------------------------------------*/
|
||||
/** @defgroup DFSDM_Private_Variables DFSDM Private Variables
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
static __IO uint32_t v_dfsdm1ChannelCounter = 0;
|
||||
@@ -311,6 +314,7 @@ static DFSDM_Channel_HandleTypeDef *a_dfsdm2ChannelHandle[DFSDM2_CHANNEL_NUMBER]
|
||||
|
||||
/* Private function prototypes -----------------------------------------------*/
|
||||
/** @defgroup DFSDM_Private_Functions DFSDM Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
static uint32_t DFSDM_GetInjChannelsNbr(uint32_t Channels);
|
||||
@@ -330,10 +334,12 @@ static void DFSDM_DMAError(DMA_HandleTypeDef *hdma);
|
||||
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
/** @defgroup DFSDM_Exported_Functions DFSDM Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup DFSDM_Exported_Functions_Group1_Channel Channel initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Channel initialization and de-initialization functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -728,6 +734,7 @@ HAL_StatusTypeDef HAL_DFSDM_Channel_UnRegisterCallback(DFSDM_Channel_HandleTypeD
|
||||
*/
|
||||
|
||||
/** @defgroup DFSDM_Exported_Functions_Group2_Channel Channel operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Channel operation functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -1384,6 +1391,7 @@ HAL_StatusTypeDef HAL_DFSDM_ChannelModifyOffset(DFSDM_Channel_HandleTypeDef *hdf
|
||||
*/
|
||||
|
||||
/** @defgroup DFSDM_Exported_Functions_Group3_Channel Channel state function
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Channel state function
|
||||
*
|
||||
@verbatim
|
||||
@@ -1412,6 +1420,7 @@ HAL_DFSDM_Channel_StateTypeDef HAL_DFSDM_ChannelGetState(DFSDM_Channel_HandleTyp
|
||||
*/
|
||||
|
||||
/** @defgroup DFSDM_Exported_Functions_Group1_Filter Filter initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Filter initialization and de-initialization functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -1875,6 +1884,7 @@ HAL_StatusTypeDef HAL_DFSDM_Filter_UnRegisterAwdCallback(DFSDM_Filter_HandleType
|
||||
*/
|
||||
|
||||
/** @defgroup DFSDM_Exported_Functions_Group2_Filter Filter control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Filter control functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -1977,6 +1987,7 @@ HAL_StatusTypeDef HAL_DFSDM_FilterConfigInjChannel(DFSDM_Filter_HandleTypeDef *h
|
||||
*/
|
||||
|
||||
/** @defgroup DFSDM_Exported_Functions_Group3_Filter Filter operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Filter operation functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -3395,6 +3406,7 @@ __weak void HAL_DFSDM_FilterErrorCallback(DFSDM_Filter_HandleTypeDef *hdfsdm_fil
|
||||
*/
|
||||
|
||||
/** @defgroup DFSDM_Exported_Functions_Group4_Filter Filter state functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Filter state functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
#if defined(DFSDM_CHDLYR_PLSSKP)
|
||||
|
||||
/** @defgroup DFSDMEx DFSDMEx
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief DFSDM Extended HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -45,10 +46,12 @@
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
|
||||
/** @defgroup DFSDMEx_Exported_Functions DFSDM Extended Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup DFSDMEx_Exported_Functions_Group1_Channel Extended channel operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief DFSDM extended channel operation functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup DMA DMA
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief DMA HAL module driver
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -171,6 +171,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup DMA2D DMA2D
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief DMA2D HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -178,10 +179,12 @@
|
||||
/* Private types -------------------------------------------------------------*/
|
||||
/* Private define ------------------------------------------------------------*/
|
||||
/** @defgroup DMA2D_Private_Constants DMA2D Private Constants
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup DMA2D_TimeOut DMA2D Time Out
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
#define DMA2D_TIMEOUT_ABORT (1000U) /*!< 1s */
|
||||
@@ -209,10 +212,12 @@ static void DMA2D_SetConfig(DMA2D_HandleTypeDef *hdma2d, uint32_t pdata, uint32_
|
||||
/* Private functions ---------------------------------------------------------*/
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
/** @defgroup DMA2D_Exported_Functions DMA2D Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup DMA2D_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -621,6 +626,7 @@ HAL_StatusTypeDef status = HAL_OK;
|
||||
|
||||
|
||||
/** @defgroup DMA2D_Exported_Functions_Group2 IO operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief IO operation functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -1722,6 +1728,7 @@ __weak void HAL_DMA2D_CLUTLoadingCpltCallback(DMA2D_HandleTypeDef *hdma2d)
|
||||
*/
|
||||
|
||||
/** @defgroup DMA2D_Exported_Functions_Group3 Peripheral Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral Control functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -2022,6 +2029,7 @@ HAL_StatusTypeDef HAL_DMA2D_ConfigDeadTime(DMA2D_HandleTypeDef *hdma2d, uint8_t
|
||||
|
||||
|
||||
/** @defgroup DMA2D_Exported_Functions_Group4 Peripheral State and Error functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral State functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -2069,6 +2077,7 @@ uint32_t HAL_DMA2D_GetError(DMA2D_HandleTypeDef *hdma2d)
|
||||
|
||||
|
||||
/** @defgroup DMA2D_Private_Functions DMA2D Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup DMAEx DMAEx
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief DMA Extended HAL module driver
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -251,6 +251,7 @@ static HAL_StatusTypeDef DSI_ShortWrite(DSI_HandleTypeDef *hdsi,
|
||||
*/
|
||||
|
||||
/** @defgroup DSI_Group1 Initialization and Configuration functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -762,6 +763,7 @@ HAL_StatusTypeDef HAL_DSI_UnRegisterCallback(DSI_HandleTypeDef *hdsi, HAL_DSI_Ca
|
||||
*/
|
||||
|
||||
/** @defgroup DSI_Group2 IO operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief IO operation functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -945,6 +947,7 @@ __weak void HAL_DSI_ErrorCallback(DSI_HandleTypeDef *hdsi)
|
||||
*/
|
||||
|
||||
/** @defgroup DSI_Group3 Peripheral Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral Control functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -2644,6 +2647,7 @@ HAL_StatusTypeDef HAL_DSI_SetContentionDetectionOff(DSI_HandleTypeDef *hdsi, Fun
|
||||
*/
|
||||
|
||||
/** @defgroup DSI_Group4 Peripheral State and Errors functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral State and Errors functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
#if defined(DTS)
|
||||
|
||||
/** @defgroup DTS DTS
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief DTS HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -85,10 +86,12 @@ static void DTS_ResetCallback(DTS_HandleTypeDef *hdts);
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
|
||||
/** @defgroup DTS_Exported_Functions DTS Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup DTS_Exported_Functions_Group1 Initialization/de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and de-initialization functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -278,6 +281,7 @@ __weak void HAL_DTS_MspDeInit(DTS_HandleTypeDef *hdts)
|
||||
*/
|
||||
|
||||
/** @defgroup DTS_Exported_Functions_Group2 Start-Stop operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Start-Stop operation functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -744,6 +748,7 @@ __weak void HAL_DTS_AsyncHighCallback(DTS_HandleTypeDef *hdts)
|
||||
*/
|
||||
|
||||
/** @defgroup DTS_Exported_Functions_Group3 Peripheral State functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral State functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -784,6 +789,7 @@ HAL_DTS_StateTypeDef HAL_DTS_GetState(DTS_HandleTypeDef *hdts)
|
||||
/* Private functions ---------------------------------------------------------*/
|
||||
|
||||
/** @defgroup DTS_Private_Functions DTS Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
#if (USE_HAL_DTS_REGISTER_CALLBACKS == 1)
|
||||
|
||||
@@ -154,6 +154,7 @@
|
||||
#if defined(ETH)
|
||||
|
||||
/** @defgroup ETH ETH
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief ETH HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -196,6 +197,7 @@
|
||||
|
||||
/* Private macros ------------------------------------------------------------*/
|
||||
/** @defgroup ETH_Private_Macros ETH Private Macros
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
/* Helper macros for TX descriptor handling */
|
||||
@@ -216,6 +218,7 @@
|
||||
*/
|
||||
/* Private function prototypes -----------------------------------------------*/
|
||||
/** @defgroup ETH_Private_Functions ETH Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
static void ETH_MAC_MDIO_ClkConfig(ETH_HandleTypeDef *heth);
|
||||
@@ -235,10 +238,12 @@ static void ETH_InitCallbacksToDefault(ETH_HandleTypeDef *heth);
|
||||
|
||||
/* Exported functions ---------------------------------------------------------*/
|
||||
/** @defgroup ETH_Exported_Functions ETH Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup ETH_Exported_Functions_Group1 Initialization and deinitialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -732,6 +737,7 @@ HAL_StatusTypeDef HAL_ETH_DescAssignMemory(ETH_HandleTypeDef *heth, uint32_t Ind
|
||||
*/
|
||||
|
||||
/** @defgroup ETH_Exported_Functions_Group2 IO operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief ETH Transmit and Receive functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -1865,6 +1871,7 @@ HAL_StatusTypeDef HAL_ETH_WritePHYRegister(ETH_HandleTypeDef *heth, uint32_t PHY
|
||||
*/
|
||||
|
||||
/** @defgroup ETH_Exported_Functions_Group3 Peripheral Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief ETH control functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -2309,6 +2316,7 @@ HAL_StatusTypeDef HAL_ETH_SetWakeUpFilter(ETH_HandleTypeDef *heth, uint32_t *pFi
|
||||
*/
|
||||
|
||||
/** @defgroup ETH_Exported_Functions_Group4 Peripheral State and Errors functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief ETH State and Errors functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
#if defined(ETH)
|
||||
|
||||
/** @defgroup ETHEx ETHEx
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief ETH HAL Extended module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -38,6 +39,7 @@
|
||||
/* Private typedef -----------------------------------------------------------*/
|
||||
/* Private define ------------------------------------------------------------*/
|
||||
/** @defgroup ETHEx_Private_Constants ETHEx Private Constants
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
#define ETH_MACL4CR_MASK (ETH_MACL3L4CR_L4PEN | ETH_MACL3L4CR_L4SPM | \
|
||||
@@ -66,10 +68,12 @@
|
||||
/* Private function prototypes -----------------------------------------------*/
|
||||
/* Exported functions ---------------------------------------------------------*/
|
||||
/** @defgroup ETHEx_Exported_Functions ETH Extended Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup ETHEx_Exported_Functions_Group1 Extended features functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Extended features functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -133,6 +133,7 @@
|
||||
/* Private typedef -----------------------------------------------------------*/
|
||||
/* Private defines ------------------------------------------------------------*/
|
||||
/** @defgroup EXTI_Private_Constants EXTI Private Constants
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
#define EXTI_MODE_OFFSET 0x04U /* 0x10: offset between CPU IMR/EMR registers */
|
||||
|
||||
@@ -190,6 +190,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup FDCAN FDCAN
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief FDCAN HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -253,10 +254,12 @@ static void FDCAN_CopyMessageToRAM(FDCAN_HandleTypeDef *hfdcan, FDCAN_TxHeaderTy
|
||||
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
/** @defgroup FDCAN_Exported_Functions FDCAN Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup FDCAN_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -1605,6 +1608,7 @@ HAL_StatusTypeDef HAL_FDCAN_UnRegisterTTGlobalTimeCallback(FDCAN_HandleTypeDef *
|
||||
*/
|
||||
|
||||
/** @defgroup FDCAN_Exported_Functions_Group2 Configuration functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief FDCAN Configuration functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -2538,6 +2542,7 @@ HAL_StatusTypeDef HAL_FDCAN_DisableEdgeFiltering(FDCAN_HandleTypeDef *hfdcan)
|
||||
*/
|
||||
|
||||
/** @defgroup FDCAN_Exported_Functions_Group3 Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Control functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -3389,6 +3394,7 @@ HAL_StatusTypeDef HAL_FDCAN_ExitRestrictedOperationMode(FDCAN_HandleTypeDef *hfd
|
||||
*/
|
||||
|
||||
/** @defgroup FDCAN_Exported_Functions_Group4 TT Configuration and control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief TT Configuration and control functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -4886,6 +4892,7 @@ HAL_StatusTypeDef HAL_FDCAN_TT_GetOperationStatus(FDCAN_HandleTypeDef *hfdcan, F
|
||||
*/
|
||||
|
||||
/** @defgroup FDCAN_Exported_Functions_Group5 Interrupts management
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Interrupts management
|
||||
*
|
||||
@verbatim
|
||||
@@ -5605,6 +5612,7 @@ void HAL_FDCAN_IRQHandler(FDCAN_HandleTypeDef *hfdcan)
|
||||
*/
|
||||
|
||||
/** @defgroup FDCAN_Exported_Functions_Group6 Callback functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief FDCAN Callback functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -5949,6 +5957,7 @@ __weak void HAL_FDCAN_TT_GlobalTimeCallback(FDCAN_HandleTypeDef *hfdcan, uint32_
|
||||
*/
|
||||
|
||||
/** @defgroup FDCAN_Exported_Functions_Group7 Peripheral State functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief FDCAN Peripheral State functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup FLASH FLASH
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief FLASH HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -116,10 +117,12 @@ FLASH_ProcessTypeDef pFlash;
|
||||
/* Exported functions ---------------------------------------------------------*/
|
||||
|
||||
/** @defgroup FLASH_Exported_Functions FLASH Exported functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup FLASH_Exported_Functions_Group1 Programming operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Programming operation functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -681,6 +684,7 @@ __weak void HAL_FLASH_OperationErrorCallback(uint32_t ReturnValue)
|
||||
*/
|
||||
|
||||
/** @defgroup FLASH_Exported_Functions_Group2 Peripheral Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Management functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -836,6 +840,7 @@ HAL_StatusTypeDef HAL_FLASH_OB_Launch(void)
|
||||
*/
|
||||
|
||||
/** @defgroup FLASH_Exported_Functions_Group3 Peripheral State and Errors functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral Errors functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -79,6 +79,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup FLASHEx FLASHEx
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief FLASH HAL Extension module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -99,6 +100,7 @@
|
||||
/* Private variables ---------------------------------------------------------*/
|
||||
/* Private function prototypes -----------------------------------------------*/
|
||||
/** @defgroup FLASHEx_Private_Functions FLASHEx Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
static void FLASH_MassErase(uint32_t VoltageRange, uint32_t Banks);
|
||||
@@ -135,10 +137,12 @@ static uint32_t FLASH_OB_OTP_GetLock(void);
|
||||
|
||||
/* Exported functions ---------------------------------------------------------*/
|
||||
/** @defgroup FLASHEx_Exported_Functions FLASHEx Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup FLASHEx_Exported_Functions_Group1 Extended IO operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Extended IO operation functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -143,6 +143,7 @@
|
||||
#ifdef HAL_GFXMMU_MODULE_ENABLED
|
||||
#if defined(GFXMMU)
|
||||
/** @defgroup GFXMMU GFXMMU
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief GFXMMU HAL driver module
|
||||
* @{
|
||||
*/
|
||||
@@ -157,10 +158,12 @@
|
||||
/* Private function prototypes -----------------------------------------------*/
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
/** @defgroup GFXMMU_Exported_Functions GFXMMU Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup GFXMMU_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and de-initialization functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -492,6 +495,7 @@ HAL_StatusTypeDef HAL_GFXMMU_UnRegisterCallback(GFXMMU_HandleTypeDef *hgf
|
||||
*/
|
||||
|
||||
/** @defgroup GFXMMU_Exported_Functions_Group2 Operations functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief GFXMMU operation functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -823,6 +827,7 @@ __weak void HAL_GFXMMU_ErrorCallback(GFXMMU_HandleTypeDef *hgfxmmu)
|
||||
*/
|
||||
|
||||
/** @defgroup GFXMMU_Exported_Functions_Group3 State functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief GFXMMU state functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -111,6 +111,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup GPIO GPIO
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief GPIO HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -145,10 +146,12 @@
|
||||
/* Private functions ---------------------------------------------------------*/
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
/** @defgroup GPIO_Exported_Functions GPIO Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup GPIO_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -371,6 +374,7 @@ void HAL_GPIO_DeInit(GPIO_TypeDef *GPIOx, uint32_t GPIO_Pin)
|
||||
*/
|
||||
|
||||
/** @defgroup GPIO_Exported_Functions_Group2 IO operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief GPIO Read, Write, Toggle, Lock and EXTI management functions.
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -212,6 +212,7 @@
|
||||
#if defined (HASH)
|
||||
|
||||
/** @defgroup HASH HASH
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HASH HAL module driver.
|
||||
* @{
|
||||
*/
|
||||
@@ -221,10 +222,12 @@
|
||||
/* Private typedef -----------------------------------------------------------*/
|
||||
/* Private define ------------------------------------------------------------*/
|
||||
/** @defgroup HASH_Private_Constants HASH Private Constants
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup HASH_Digest_Calculation_Status HASH Digest Calculation Status
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
#define HASH_DIGEST_CALCULATION_NOT_STARTED ((uint32_t)0x00000000U) /*!< DCAL not set after input data written in DIN register */
|
||||
@@ -234,6 +237,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup HASH_Number_Of_CSR_Registers HASH Number of Context Swap Registers
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
#define HASH_NUMBER_OF_CSR_REGISTERS 54U /*!< Number of Context Swap Registers */
|
||||
@@ -242,6 +246,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup HASH_TimeOut_Value HASH TimeOut Value
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
#define HASH_TIMEOUTVALUE 1000U /*!< Time-out value */
|
||||
@@ -250,6 +255,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup HASH_DMA_Suspension_Words_Limit HASH DMA suspension words limit
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
#define HASH_DMA_SUSPENSION_WORDS_LIMIT 20U /*!< Number of words below which DMA suspension is aborted */
|
||||
@@ -265,6 +271,7 @@
|
||||
/* Private variables ---------------------------------------------------------*/
|
||||
/* Private function prototypes -----------------------------------------------*/
|
||||
/** @defgroup HASH_Private_Functions HASH Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
static void HASH_DMAXferCplt(DMA_HandleTypeDef *hdma);
|
||||
@@ -280,10 +287,12 @@ static HAL_StatusTypeDef HMAC_Processing(HASH_HandleTypeDef *hhash, uint32_t Tim
|
||||
*/
|
||||
|
||||
/** @defgroup HASH_Exported_Functions HASH Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup HASH_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization, configuration and call-back functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -718,6 +727,7 @@ HAL_StatusTypeDef status = HAL_OK;
|
||||
*/
|
||||
|
||||
/** @defgroup HASH_Exported_Functions_Group2 HASH processing functions in polling mode
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HASH processing functions using polling mode.
|
||||
*
|
||||
@verbatim
|
||||
@@ -863,6 +873,7 @@ HAL_StatusTypeDef HAL_HASH_SHA1_Accmlt_End(HASH_HandleTypeDef *hhash, uint8_t *p
|
||||
*/
|
||||
|
||||
/** @defgroup HASH_Exported_Functions_Group3 HASH processing functions in interrupt mode
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HASH processing functions using interrupt mode.
|
||||
*
|
||||
@verbatim
|
||||
@@ -1025,6 +1036,7 @@ void HAL_HASH_IRQHandler(HASH_HandleTypeDef *hhash)
|
||||
*/
|
||||
|
||||
/** @defgroup HASH_Exported_Functions_Group4 HASH processing functions in DMA mode
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HASH processing functions using DMA mode.
|
||||
*
|
||||
@verbatim
|
||||
@@ -1118,6 +1130,7 @@ HAL_StatusTypeDef HAL_HASH_SHA1_Finish(HASH_HandleTypeDef *hhash, uint8_t* pOutB
|
||||
*/
|
||||
|
||||
/** @defgroup HASH_Exported_Functions_Group5 HMAC processing functions in polling mode
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HMAC processing functions using polling mode.
|
||||
*
|
||||
@verbatim
|
||||
@@ -1178,6 +1191,7 @@ HAL_StatusTypeDef HAL_HMAC_SHA1_Start(HASH_HandleTypeDef *hhash, uint8_t *pInBuf
|
||||
|
||||
|
||||
/** @defgroup HASH_Exported_Functions_Group6 HMAC processing functions in interrupt mode
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HMAC processing functions using interrupt mode.
|
||||
*
|
||||
@verbatim
|
||||
@@ -1237,6 +1251,7 @@ HAL_StatusTypeDef HAL_HMAC_SHA1_Start_IT(HASH_HandleTypeDef *hhash, uint8_t *pIn
|
||||
|
||||
|
||||
/** @defgroup HASH_Exported_Functions_Group7 HMAC processing functions in DMA mode
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HMAC processing functions using DMA modes.
|
||||
*
|
||||
@verbatim
|
||||
@@ -1313,6 +1328,7 @@ HAL_StatusTypeDef HAL_HMAC_SHA1_Start_DMA(HASH_HandleTypeDef *hhash, uint8_t *pI
|
||||
*/
|
||||
|
||||
/** @defgroup HASH_Exported_Functions_Group8 Peripheral states functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral State functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -1612,6 +1628,7 @@ uint32_t HAL_HASH_GetError(HASH_HandleTypeDef *hhash)
|
||||
*/
|
||||
|
||||
/** @defgroup HASH_Private_Functions HASH Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
#if defined (HASH)
|
||||
|
||||
/** @defgroup HASHEx HASHEx
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HASH HAL extended module driver.
|
||||
* @{
|
||||
*/
|
||||
@@ -103,10 +104,12 @@
|
||||
|
||||
|
||||
/** @defgroup HASHEx_Exported_Functions HASH Extended Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup HASHEx_Exported_Functions_Group1 HASH extended processing functions in polling mode
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HASH extended processing functions using polling mode.
|
||||
*
|
||||
@verbatim
|
||||
@@ -253,6 +256,7 @@ HAL_StatusTypeDef HAL_HASHEx_SHA256_Accmlt_End(HASH_HandleTypeDef *hhash, uint8_
|
||||
*/
|
||||
|
||||
/** @defgroup HASHEx_Exported_Functions_Group2 HASH extended processing functions in interrupt mode
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HASH extended processing functions using interrupt mode.
|
||||
*
|
||||
@verbatim
|
||||
@@ -384,6 +388,7 @@ HAL_StatusTypeDef HAL_HASHEx_SHA256_Accmlt_End_IT(HASH_HandleTypeDef *hhash, uin
|
||||
*/
|
||||
|
||||
/** @defgroup HASHEx_Exported_Functions_Group3 HASH extended processing functions in DMA mode
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HASH extended processing functions using DMA mode.
|
||||
*
|
||||
@verbatim
|
||||
@@ -480,6 +485,7 @@ HAL_StatusTypeDef HAL_HASHEx_SHA256_Finish(HASH_HandleTypeDef *hhash, uint8_t* p
|
||||
*/
|
||||
|
||||
/** @defgroup HASHEx_Exported_Functions_Group4 HMAC extended processing functions in polling mode
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HMAC extended processing functions using polling mode.
|
||||
*
|
||||
@verbatim
|
||||
@@ -541,6 +547,7 @@ HAL_StatusTypeDef HAL_HMACEx_SHA256_Start(HASH_HandleTypeDef *hhash, uint8_t *pI
|
||||
|
||||
|
||||
/** @defgroup HASHEx_Exported_Functions_Group5 HMAC extended processing functions in interrupt mode
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HMAC extended processing functions using interruption mode.
|
||||
*
|
||||
@verbatim
|
||||
@@ -603,6 +610,7 @@ HAL_StatusTypeDef HAL_HMACEx_SHA256_Start_IT(HASH_HandleTypeDef *hhash, uint8_t
|
||||
|
||||
|
||||
/** @defgroup HASHEx_Exported_Functions_Group6 HMAC extended processing functions in DMA mode
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HMAC extended processing functions using DMA mode.
|
||||
*
|
||||
@verbatim
|
||||
@@ -681,6 +689,7 @@ HAL_StatusTypeDef HAL_HMACEx_SHA256_Start_DMA(HASH_HandleTypeDef *hhash, uint8_t
|
||||
*/
|
||||
|
||||
/** @defgroup HASHEx_Exported_Functions_Group7 Multi-buffer HMAC extended processing functions in DMA mode
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HMAC extended processing functions in multi-buffer DMA mode.
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -65,6 +65,7 @@
|
||||
#if defined (USB_OTG_FS) || defined (USB_OTG_HS)
|
||||
|
||||
/** @defgroup HCD HCD
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HCD HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -75,6 +76,7 @@
|
||||
/* Private variables ---------------------------------------------------------*/
|
||||
/* Private function prototypes -----------------------------------------------*/
|
||||
/** @defgroup HCD_Private_Functions HCD Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
static void HCD_HC_IN_IRQHandler(HCD_HandleTypeDef *hhcd, uint8_t chnum);
|
||||
@@ -87,10 +89,12 @@ static void HCD_Port_IRQHandler(HCD_HandleTypeDef *hhcd);
|
||||
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
/** @defgroup HCD_Exported_Functions HCD Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup HCD_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -327,6 +331,7 @@ __weak void HAL_HCD_MspDeInit(HCD_HandleTypeDef *hhcd)
|
||||
*/
|
||||
|
||||
/** @defgroup HCD_Exported_Functions_Group2 Input and Output operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HCD IO operation functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -982,6 +987,7 @@ HAL_StatusTypeDef HAL_HCD_UnRegisterHC_NotifyURBChangeCallback(HCD_HandleTypeDef
|
||||
*/
|
||||
|
||||
/** @defgroup HCD_Exported_Functions_Group3 Peripheral Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Management functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -1041,6 +1047,7 @@ HAL_StatusTypeDef HAL_HCD_ResetPort(HCD_HandleTypeDef *hhcd)
|
||||
*/
|
||||
|
||||
/** @defgroup HCD_Exported_Functions_Group4 Peripheral State functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral State functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -366,6 +366,7 @@
|
||||
#if defined(HRTIM1)
|
||||
|
||||
/** @defgroup HRTIM HRTIM
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HRTIM HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -373,6 +374,7 @@
|
||||
/* Private typedef -----------------------------------------------------------*/
|
||||
/* Private define ------------------------------------------------------------*/
|
||||
/** @defgroup HRTIM_Private_Defines HRTIM Private Define
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
#define HRTIM_FLTR_FLTxEN (HRTIM_FLTR_FLT1EN |\
|
||||
@@ -402,6 +404,7 @@
|
||||
/* Private macro -------------------------------------------------------------*/
|
||||
/* Private variables ---------------------------------------------------------*/
|
||||
/** @defgroup HRTIM_Private_Variables HRTIM Private Variables
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
static uint32_t TimerIdxToTimerId[] =
|
||||
@@ -419,6 +422,7 @@ static uint32_t TimerIdxToTimerId[] =
|
||||
|
||||
/* Private function prototypes -----------------------------------------------*/
|
||||
/** @defgroup HRTIM_Private_Functions HRTIM Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
static void HRTIM_MasterBase_Config(HRTIM_HandleTypeDef * hhrtim,
|
||||
@@ -491,10 +495,12 @@ static void HRTIM_BurstDMACplt(DMA_HandleTypeDef *hdma);
|
||||
|
||||
/* Exported functions ---------------------------------------------------------*/
|
||||
/** @defgroup HRTIM_Exported_Functions HRTIM Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup HRTIM_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
@verbatim
|
||||
===============================================================================
|
||||
@@ -778,6 +784,7 @@ HAL_StatusTypeDef HAL_HRTIM_TimeBaseConfig(HRTIM_HandleTypeDef *hhrtim,
|
||||
*/
|
||||
|
||||
/** @defgroup HRTIM_Exported_Functions_Group2 Simple time base mode functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Simple time base mode functions.
|
||||
@verbatim
|
||||
===============================================================================
|
||||
@@ -1146,6 +1153,7 @@ HAL_StatusTypeDef HAL_HRTIM_SimpleBaseStop_DMA(HRTIM_HandleTypeDef * hhrtim,
|
||||
*/
|
||||
|
||||
/** @defgroup HRTIM_Exported_Functions_Group3 Simple output compare mode functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Simple output compare functions
|
||||
@verbatim
|
||||
===============================================================================
|
||||
@@ -1757,6 +1765,7 @@ HAL_StatusTypeDef HAL_HRTIM_SimpleOCStop_DMA(HRTIM_HandleTypeDef * hhrtim,
|
||||
*/
|
||||
|
||||
/** @defgroup HRTIM_Exported_Functions_Group4 Simple PWM output mode functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Simple PWM output functions
|
||||
@verbatim
|
||||
===============================================================================
|
||||
@@ -2438,6 +2447,7 @@ HAL_StatusTypeDef HAL_HRTIM_SimplePWMStop_DMA(HRTIM_HandleTypeDef * hhrtim,
|
||||
*/
|
||||
|
||||
/** @defgroup HRTIM_Exported_Functions_Group5 Simple input capture functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Simple input capture functions
|
||||
@verbatim
|
||||
===============================================================================
|
||||
@@ -3078,6 +3088,7 @@ HAL_StatusTypeDef HAL_HRTIM_SimpleCaptureStop_DMA(HRTIM_HandleTypeDef * hhrtim,
|
||||
*/
|
||||
|
||||
/** @defgroup HRTIM_Exported_Functions_Group6 Simple one pulse functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Simple one pulse functions
|
||||
@verbatim
|
||||
===============================================================================
|
||||
@@ -3532,6 +3543,7 @@ HAL_StatusTypeDef HAL_HRTIM_SimpleOnePulseStop_IT(HRTIM_HandleTypeDef * hhrtim,
|
||||
*/
|
||||
|
||||
/** @defgroup HRTIM_Exported_Functions_Group7 Configuration functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HRTIM configuration functions
|
||||
@verbatim
|
||||
===============================================================================
|
||||
@@ -4036,6 +4048,7 @@ HAL_StatusTypeDef HAL_HRTIM_ADCTriggerConfig(HRTIM_HandleTypeDef * hhrtim,
|
||||
*/
|
||||
|
||||
/** @defgroup HRTIM_Exported_Functions_Group8 Timer waveform configuration and functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HRTIM timer configuration and control functions
|
||||
@verbatim
|
||||
===============================================================================
|
||||
@@ -5895,6 +5908,7 @@ HAL_StatusTypeDef HAL_HRTIM_UpdateDisable(HRTIM_HandleTypeDef *hhrtim,
|
||||
*/
|
||||
|
||||
/** @defgroup HRTIM_Exported_Functions_Group9 Peripheral state functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral State functions
|
||||
@verbatim
|
||||
===============================================================================
|
||||
@@ -6379,6 +6393,7 @@ uint32_t HAL_HRTIM_GetIdlePushPullStatus(HRTIM_HandleTypeDef * hhrtim,
|
||||
*/
|
||||
|
||||
/** @defgroup HRTIM_Exported_Functions_Group10 Interrupts handling
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Functions called when HRTIM generates an interrupt
|
||||
* 7 interrupts can be generated by the master timer:
|
||||
* - Master timer registers update
|
||||
|
||||
@@ -92,6 +92,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup HSEM HSEM
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HSEM HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -120,10 +121,12 @@
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
|
||||
/** @defgroup HSEM_Exported_Functions HSEM Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup HSEM_Exported_Functions_Group1 Take and Release functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HSEM Take and Release functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -260,6 +263,7 @@ void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID)
|
||||
*/
|
||||
|
||||
/** @defgroup HSEM_Exported_Functions_Group2 HSEM Set and Get Key functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HSEM Set and Get Key functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -301,6 +305,7 @@ uint32_t HAL_HSEM_GetClearKey(void)
|
||||
*/
|
||||
|
||||
/** @defgroup HSEM_Exported_Functions_Group3 HSEM IRQ handler management
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HSEM Notification functions.
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -312,6 +312,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup I2C I2C
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief I2C HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -322,6 +323,7 @@
|
||||
/* Private define ------------------------------------------------------------*/
|
||||
|
||||
/** @defgroup I2C_Private_Define I2C Private Define
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
#define TIMING_CLEAR_MASK (0xF0FFFFFFU) /*!< I2C TIMING clear register Mask */
|
||||
@@ -370,6 +372,7 @@
|
||||
/* Private function prototypes -----------------------------------------------*/
|
||||
|
||||
/** @defgroup I2C_Private_Functions I2C Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
/* Private functions to handle DMA transfer */
|
||||
@@ -428,10 +431,12 @@ static void I2C_ConvertOtherXferOptions(I2C_HandleTypeDef *hi2c);
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
|
||||
/** @defgroup I2C_Exported_Functions I2C Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup I2C_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -977,6 +982,7 @@ HAL_StatusTypeDef HAL_I2C_UnRegisterAddrCallback(I2C_HandleTypeDef *hi2c)
|
||||
*/
|
||||
|
||||
/** @defgroup I2C_Exported_Functions_Group2 Input and Output operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Data transfers functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -4300,6 +4306,7 @@ HAL_StatusTypeDef HAL_I2C_Master_Abort_IT(I2C_HandleTypeDef *hi2c, uint16_t DevA
|
||||
*/
|
||||
|
||||
/** @defgroup I2C_IRQ_Handler_and_Callbacks IRQ Handler and Callbacks
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -4539,6 +4546,7 @@ __weak void HAL_I2C_AbortCpltCallback(I2C_HandleTypeDef *hi2c)
|
||||
*/
|
||||
|
||||
/** @defgroup I2C_Exported_Functions_Group3 Peripheral State, Mode and Error functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral State, Mode and Error functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup I2CEx I2CEx
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief I2C Extended HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -68,10 +69,12 @@
|
||||
/* Private functions ---------------------------------------------------------*/
|
||||
|
||||
/** @defgroup I2CEx_Exported_Functions I2C Extended Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup I2CEx_Exported_Functions_Group1 Extended features functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Extended features functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -183,6 +183,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup I2S I2S
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief I2S HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -195,6 +196,7 @@
|
||||
/* Private variables ---------------------------------------------------------*/
|
||||
/* Private function prototypes -----------------------------------------------*/
|
||||
/** @defgroup I2S_Private_Functions I2S Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
static void I2S_DMATxCplt(DMA_HandleTypeDef *hdma);
|
||||
@@ -215,10 +217,12 @@ static HAL_StatusTypeDef I2S_WaitFlagStateUntilTimeout(I2S_HandleTypeDef *hi2s,
|
||||
/* Exported functions ---------------------------------------------------------*/
|
||||
|
||||
/** @defgroup I2S_Exported_Functions I2S Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup I2S_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -718,6 +722,7 @@ HAL_StatusTypeDef HAL_I2S_UnRegisterCallback(I2S_HandleTypeDef *hi2s, HAL_I2S_Ca
|
||||
*/
|
||||
|
||||
/** @defgroup I2S_Exported_Functions_Group2 IO operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Data transfers functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -1613,6 +1618,7 @@ __weak void HAL_I2S_ErrorCallback(I2S_HandleTypeDef *hi2s)
|
||||
*/
|
||||
|
||||
/** @defgroup I2S_Exported_Functions_Group3 Peripheral State and Errors functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral State functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -192,6 +192,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup IRDA IRDA
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HAL IRDA module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -201,6 +202,7 @@
|
||||
/* Private typedef -----------------------------------------------------------*/
|
||||
/* Private define ------------------------------------------------------------*/
|
||||
/** @defgroup IRDA_Private_Constants IRDA Private Constants
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
#define IRDA_TEACK_REACK_TIMEOUT 1000U /*!< IRDA TX or RX enable acknowledge time-out value */
|
||||
@@ -217,6 +219,7 @@
|
||||
|
||||
/* Private macros ------------------------------------------------------------*/
|
||||
/** @defgroup IRDA_Private_Macros IRDA Private Macros
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
/** @brief BRR division operation to set BRR register in 16-bit oversampling mode.
|
||||
@@ -265,10 +268,12 @@ static void IRDA_Receive_IT(IRDA_HandleTypeDef *hirda);
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
|
||||
/** @defgroup IRDA_Exported_Functions IRDA Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup IRDA_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -702,6 +707,7 @@ HAL_StatusTypeDef HAL_IRDA_UnRegisterCallback(IRDA_HandleTypeDef *hirda, HAL_IRD
|
||||
*/
|
||||
|
||||
/** @defgroup IRDA_Exported_Functions_Group2 IO operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief IRDA Transmit and Receive functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -2146,6 +2152,7 @@ __weak void HAL_IRDA_AbortReceiveCpltCallback(IRDA_HandleTypeDef *hirda)
|
||||
*/
|
||||
|
||||
/** @defgroup IRDA_Exported_Functions_Group4 Peripheral State and Error functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief IRDA State and Errors functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -2201,6 +2208,7 @@ uint32_t HAL_IRDA_GetError(IRDA_HandleTypeDef *hirda)
|
||||
*/
|
||||
|
||||
/** @defgroup IRDA_Private_Functions IRDA Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
||||
@@ -107,6 +107,7 @@
|
||||
/* Private typedef -----------------------------------------------------------*/
|
||||
/* Private define ------------------------------------------------------------*/
|
||||
/** @defgroup IWDG_Private_Defines IWDG Private Defines
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
/* Status register need 5 RC LSI divided by prescaler clock to be updated. With
|
||||
|
||||
@@ -224,6 +224,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup JPEG JPEG
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief JPEG HAL module driver.
|
||||
* @{
|
||||
*/
|
||||
@@ -456,10 +457,12 @@ static void JPEG_MDMAOutAbortCallback(MDMA_HandleTypeDef *hmdma);
|
||||
*/
|
||||
|
||||
/** @defgroup JPEG_Exported_Functions JPEG Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup JPEG_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and de-initialization functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -1072,6 +1075,7 @@ HAL_StatusTypeDef HAL_JPEG_UnRegisterDataReadyCallback(JPEG_HandleTypeDef *hjpeg
|
||||
*/
|
||||
|
||||
/** @defgroup JPEG_Exported_Functions_Group2 Configuration functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief JPEG Configuration functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -1484,6 +1488,7 @@ HAL_StatusTypeDef HAL_JPEG_SetUserQuantTables(JPEG_HandleTypeDef *hjpeg, uint8_
|
||||
*/
|
||||
|
||||
/** @defgroup JPEG_Exported_Functions_Group3 encoding/decoding processing functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief processing functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -2290,6 +2295,7 @@ HAL_StatusTypeDef HAL_JPEG_Abort(JPEG_HandleTypeDef *hjpeg)
|
||||
*/
|
||||
|
||||
/** @defgroup JPEG_Exported_Functions_Group4 JPEG Decode/Encode callback functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief JPEG process callback functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -2419,6 +2425,7 @@ __weak void HAL_JPEG_DataReadyCallback(JPEG_HandleTypeDef *hjpeg, uint8_t *pData
|
||||
|
||||
|
||||
/** @defgroup JPEG_Exported_Functions_Group5 JPEG IRQ handler management
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief JPEG IRQ handler.
|
||||
*
|
||||
@verbatim
|
||||
@@ -2470,6 +2477,7 @@ void HAL_JPEG_IRQHandler(JPEG_HandleTypeDef *hjpeg)
|
||||
*/
|
||||
|
||||
/** @defgroup JPEG_Exported_Functions_Group6 Peripheral State functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral State functions.
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -164,6 +164,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup LPTIM LPTIM
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief LPTIM HAL module driver.
|
||||
* @{
|
||||
*/
|
||||
@@ -193,10 +194,12 @@ static HAL_StatusTypeDef LPTIM_WaitForFlag(LPTIM_HandleTypeDef *hlptim, uint32_t
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
|
||||
/** @defgroup LPTIM_Exported_Functions LPTIM Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup LPTIM_Exported_Functions_Group1 Initialization/de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -443,6 +446,7 @@ __weak void HAL_LPTIM_MspDeInit(LPTIM_HandleTypeDef *hlptim)
|
||||
*/
|
||||
|
||||
/** @defgroup LPTIM_Exported_Functions_Group2 LPTIM Start-Stop operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Start-Stop operation functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -1729,6 +1733,7 @@ HAL_StatusTypeDef HAL_LPTIM_Counter_Stop_IT(LPTIM_HandleTypeDef *hlptim)
|
||||
*/
|
||||
|
||||
/** @defgroup LPTIM_Exported_Functions_Group3 LPTIM Read operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Read operation functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -1787,6 +1792,7 @@ uint32_t HAL_LPTIM_ReadCompare(LPTIM_HandleTypeDef *hlptim)
|
||||
*/
|
||||
|
||||
/** @defgroup LPTIM_Exported_Functions_Group4 LPTIM IRQ handler and callbacks
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief LPTIM IRQ handler.
|
||||
*
|
||||
@verbatim
|
||||
@@ -2255,6 +2261,7 @@ HAL_StatusTypeDef HAL_LPTIM_UnRegisterCallback(LPTIM_HandleTypeDef *hlpti
|
||||
*/
|
||||
|
||||
/** @defgroup LPTIM_Group5 Peripheral State functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral State functions.
|
||||
*
|
||||
@verbatim
|
||||
@@ -2291,6 +2298,7 @@ HAL_LPTIM_StateTypeDef HAL_LPTIM_GetState(LPTIM_HandleTypeDef *hlptim)
|
||||
/* Private functions ---------------------------------------------------------*/
|
||||
|
||||
/** @defgroup LPTIM_Private_Functions LPTIM Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
#if (USE_HAL_LPTIM_REGISTER_CALLBACKS == 1)
|
||||
|
||||
@@ -171,6 +171,7 @@
|
||||
#if defined (LTDC)
|
||||
|
||||
/** @defgroup LTDC LTDC
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief LTDC HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -185,10 +186,12 @@ static void LTDC_SetConfig(LTDC_HandleTypeDef *hltdc, LTDC_LayerCfgTypeDef *pLay
|
||||
/* Private functions ---------------------------------------------------------*/
|
||||
|
||||
/** @defgroup LTDC_Exported_Functions LTDC Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup LTDC_Exported_Functions_Group1 Initialization and Configuration functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -563,6 +566,7 @@ HAL_StatusTypeDef HAL_LTDC_UnRegisterCallback(LTDC_HandleTypeDef *hltdc, HAL_LTD
|
||||
*/
|
||||
|
||||
/** @defgroup LTDC_Exported_Functions_Group2 IO operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief IO operation functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -746,6 +750,7 @@ __weak void HAL_LTDC_ReloadEventCallback(LTDC_HandleTypeDef *hltdc)
|
||||
*/
|
||||
|
||||
/** @defgroup LTDC_Exported_Functions_Group3 Peripheral Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral Control functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -2015,6 +2020,7 @@ HAL_StatusTypeDef HAL_LTDC_DisableCLUT_NoReload(LTDC_HandleTypeDef *hltdc, uint3
|
||||
*/
|
||||
|
||||
/** @defgroup LTDC_Exported_Functions_Group4 Peripheral State and Errors functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral State and Errors functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -2061,6 +2067,7 @@ uint32_t HAL_LTDC_GetError(LTDC_HandleTypeDef *hltdc)
|
||||
*/
|
||||
|
||||
/** @defgroup LTDC_Private_Functions LTDC Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#if defined (LTDC) && defined (DSI)
|
||||
|
||||
/** @defgroup LTDCEx LTDCEx
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief LTDC HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -41,10 +42,12 @@
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
|
||||
/** @defgroup LTDCEx_Exported_Functions LTDC Extended Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup LTDCEx_Exported_Functions_Group1 Initialization and Configuration functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -134,6 +134,7 @@
|
||||
*/
|
||||
#if defined (MDIOS)
|
||||
/** @defgroup MDIOS MDIOS
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief HAL MDIOS module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -159,10 +160,12 @@ static void MDIOS_InitCallbacksToDefault(MDIOS_HandleTypeDef *hmdios);
|
||||
/* Private functions ---------------------------------------------------------*/
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
/** @defgroup MDIOS_Exported_Functions MDIOS Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup MDIOS_Exported_Functions_Group1 Initialization/de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -530,6 +533,7 @@ HAL_StatusTypeDef HAL_MDIOS_UnRegisterCallback(MDIOS_HandleTypeDef *hmdios, HAL_
|
||||
*/
|
||||
|
||||
/** @defgroup MDIOS_Exported_Functions_Group2 IO operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief MDIOS Read/Write functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -886,6 +890,7 @@ __weak void HAL_MDIOS_WakeUpCallback(MDIOS_HandleTypeDef *hmdios)
|
||||
*/
|
||||
|
||||
/** @defgroup MDIOS_Exported_Functions_Group3 Peripheral Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief MDIOS control functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -155,6 +155,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup MDMA MDMA
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief MDMA HAL module driver
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -249,6 +249,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup MMC MMC
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief MMC HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -270,6 +271,7 @@
|
||||
/* Private function prototypes -----------------------------------------------*/
|
||||
/* Private functions ---------------------------------------------------------*/
|
||||
/** @defgroup MMC_Private_Functions MMC Private Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
static uint32_t MMC_InitCard(MMC_HandleTypeDef *hmmc);
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup MMCEx MMCEx
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief MMC Extended HAL module driver
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -117,6 +117,7 @@
|
||||
#ifdef HAL_NAND_MODULE_ENABLED
|
||||
|
||||
/** @defgroup NAND NAND
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief NAND HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -129,10 +130,12 @@
|
||||
/* Exported functions ---------------------------------------------------------*/
|
||||
|
||||
/** @defgroup NAND_Exported_Functions NAND Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup NAND_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -356,6 +359,7 @@ __weak void HAL_NAND_ITCallback(NAND_HandleTypeDef *hnand)
|
||||
*/
|
||||
|
||||
/** @defgroup NAND_Exported_Functions_Group2 Input and Output functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Input Output and memory control functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -1979,6 +1983,7 @@ HAL_StatusTypeDef HAL_NAND_UnRegisterCallback (NAND_HandleTypeDef *hnand, HAL_NA
|
||||
*/
|
||||
|
||||
/** @defgroup NAND_Exported_Functions_Group3 Peripheral Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief management functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -2100,6 +2105,7 @@ HAL_StatusTypeDef HAL_NAND_GetECC(NAND_HandleTypeDef *hnand, uint32_t *ECCval,
|
||||
|
||||
|
||||
/** @defgroup NAND_Exported_Functions_Group4 Peripheral State functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral State functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -114,6 +114,7 @@
|
||||
#ifdef HAL_NOR_MODULE_ENABLED
|
||||
|
||||
/** @defgroup NOR NOR
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief NOR driver modules
|
||||
* @{
|
||||
*/
|
||||
@@ -122,6 +123,7 @@
|
||||
/* Private define ------------------------------------------------------------*/
|
||||
|
||||
/** @defgroup NOR_Private_Defines NOR Private Defines
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -161,6 +163,7 @@
|
||||
/* Private macro -------------------------------------------------------------*/
|
||||
/* Private variables ---------------------------------------------------------*/
|
||||
/** @defgroup NOR_Private_Variables NOR Private Variables
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -173,10 +176,12 @@ static uint32_t uwNORMemoryDataWidth = NOR_MEMORY_8B;
|
||||
/* Private functions ---------------------------------------------------------*/
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
/** @defgroup NOR_Exported_Functions NOR Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup NOR_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -345,6 +350,7 @@ __weak void HAL_NOR_MspWait(NOR_HandleTypeDef *hnor, uint32_t Timeout)
|
||||
*/
|
||||
|
||||
/** @defgroup NOR_Exported_Functions_Group2 Input and Output functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Input Output and memory control functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -1085,6 +1091,7 @@ HAL_StatusTypeDef HAL_NOR_UnRegisterCallback (NOR_HandleTypeDef *hnor, HAL_NOR_C
|
||||
*/
|
||||
|
||||
/** @defgroup NOR_Exported_Functions_Group3 NOR Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief management functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -1172,6 +1179,7 @@ HAL_StatusTypeDef HAL_NOR_WriteOperation_Disable(NOR_HandleTypeDef *hnor)
|
||||
*/
|
||||
|
||||
/** @defgroup NOR_Exported_Functions_Group4 NOR State functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral State functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -215,6 +215,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup OPAMP OPAMP
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief OPAMP module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -252,10 +253,12 @@
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
|
||||
/** @defgroup OPAMP_Exported_Functions OPAMP Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup OPAMP_Exported_Functions_Group1 Initialization and de-initialization functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Initialization and Configuration functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -510,6 +513,7 @@ __weak void HAL_OPAMP_MspDeInit(OPAMP_HandleTypeDef *hopamp)
|
||||
|
||||
|
||||
/** @defgroup OPAMP_Exported_Functions_Group2 IO operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief IO operation functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -833,6 +837,7 @@ HAL_StatusTypeDef HAL_OPAMP_SelfCalibrate(OPAMP_HandleTypeDef *hopamp)
|
||||
*/
|
||||
|
||||
/** @defgroup OPAMP_Exported_Functions_Group3 Peripheral Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral Control functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -974,6 +979,7 @@ HAL_OPAMP_TrimmingValueTypeDef HAL_OPAMP_GetTrimOffset (OPAMP_HandleTypeDef *hop
|
||||
|
||||
|
||||
/** @defgroup OPAMP_Exported_Functions_Group4 Peripheral State functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral State functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
*/
|
||||
|
||||
/** @defgroup OPAMPEx OPAMPEx
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief OPAMP Extended HAL module driver
|
||||
* @{
|
||||
*/
|
||||
@@ -46,10 +47,12 @@
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
|
||||
/** @defgroup OPAMPEx_Exported_Functions OPAMP Extended Exported Functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** @defgroup OPAMPEx_Exported_Functions_Group1 Extended Input and Output operation functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Extended operation functions
|
||||
*
|
||||
@verbatim
|
||||
@@ -368,6 +371,7 @@ HAL_StatusTypeDef HAL_OPAMPEx_SelfCalibrateAll(OPAMP_HandleTypeDef *hopamp1, OPA
|
||||
*/
|
||||
|
||||
/** @defgroup OPAMPEx_Exported_Functions_Group2 Peripheral Control functions
|
||||
* @ingroup RTEMSBSPsARMSTM32H7
|
||||
* @brief Peripheral Control functions
|
||||
*
|
||||
@verbatim
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user