summaryrefslogtreecommitdiff
path: root/bsps/arm/stm32h7/include/stm32h7xx_hal_pssi.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/include/stm32h7xx_hal_pssi.h')
-rw-r--r--bsps/arm/stm32h7/include/stm32h7xx_hal_pssi.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/stm32h7xx_hal_pssi.h b/bsps/arm/stm32h7/include/stm32h7xx_hal_pssi.h
index 69840ad8c6..88197b3abf 100644
--- a/bsps/arm/stm32h7/include/stm32h7xx_hal_pssi.h
+++ b/bsps/arm/stm32h7/include/stm32h7xx_hal_pssi.h
@@ -38,6 +38,7 @@ extern "C" {
/* Exported types ------------------------------------------------------------*/
/** @defgroup PSSI_Exported_Types PSSI Exported Types
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -128,10 +129,12 @@ typedef enum
/* Exported constants --------------------------------------------------------*/
/** @defgroup PSSI_Exported_Constants PSSI Exported Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup PSSI_Error_Code PSSI Error Code
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define HAL_PSSI_ERROR_NONE 0x00000000U /*!< No error */
@@ -148,6 +151,7 @@ typedef enum
*/
/** @defgroup PSSI_DATA_WIDTH PSSI Data Width
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -159,6 +163,7 @@ typedef enum
*/
/** @defgroup PSSI_BUS_WIDTH PSSI Bus Width
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -168,6 +173,7 @@ typedef enum
* @}
*/
/** @defgroup PSSI_MODE PSSI mode
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define HAL_PSSI_UNIDIRECTIONAL 0x00000000U /*!< Uni-directional mode */
@@ -177,6 +183,7 @@ typedef enum
*/
/** @defgroup ControlSignal_Configuration ControlSignal Configuration
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define HAL_PSSI_DE_RDY_DISABLE (0x0U << PSSI_CR_DERDYCFG_Pos) /*!< Neither DE nor RDY are enabled */
@@ -194,6 +201,7 @@ typedef enum
/** @defgroup Data_Enable_Polarity Data Enable Polarity
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define HAL_PSSI_DEPOL_ACTIVE_LOW 0x0U /*!< Active Low */
@@ -202,6 +210,7 @@ typedef enum
* @}
*/
/** @defgroup Reday_Polarity Reday Polarity
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define HAL_PSSI_RDYPOL_ACTIVE_LOW 0x0U /*!< Active Low */
@@ -211,6 +220,7 @@ typedef enum
*/
/** @defgroup Clock_Polarity Clock Polarity
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define HAL_PSSI_FALLING_EDGE 0x0U /*!< Fallling Edge */
@@ -223,6 +233,7 @@ typedef enum
/** @defgroup PSSI_DEFINITION PSSI definitions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -248,6 +259,7 @@ typedef enum
*/
/** @defgroup PSSI_Interrupts PSSI Interrupts
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -265,6 +277,7 @@ typedef enum
*/
/* Exported macros ------------------------------------------------------------*/
/** @defgroup PSSI_Exported_Macros PSSI Exported Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/