Macros
Collaboration diagram for HSI Config:

Macros

#define RCC_HSI_DIV1   (RCC_CR_HSIDIV_1 | RCC_CR_HSION)
 
#define RCC_HSI_DIV1   (RCC_CR_HSIDIV_1 | RCC_CR_HSION)
 
#define RCC_HSI_DIV2   (RCC_CR_HSIDIV_2 | RCC_CR_HSION)
 
#define RCC_HSI_DIV2   (RCC_CR_HSIDIV_2 | RCC_CR_HSION)
 
#define RCC_HSI_DIV4   (RCC_CR_HSIDIV_4 | RCC_CR_HSION)
 
#define RCC_HSI_DIV4   (RCC_CR_HSIDIV_4 | RCC_CR_HSION)
 
#define RCC_HSI_DIV8   (RCC_CR_HSIDIV | RCC_CR_HSION)
 
#define RCC_HSI_DIV8   (RCC_CR_HSIDIV | RCC_CR_HSION)
 
#define RCC_HSI_OFF   ((uint8_t)0x00)
 
#define RCC_HSI_OFF   ((uint8_t)0x00)
 
#define RCC_HSI_OFF   ((uint8_t)0x00)
 
#define RCC_HSI_OFF   ((uint32_t)0x00000000U)
 
#define RCC_HSI_OFF   (0x00000000U)
 
#define RCC_HSI_OFF   (0x00000000U)
 
#define RCC_HSI_ON   ((uint8_t)0x01)
 
#define RCC_HSI_ON   ((uint8_t)0x01)
 
#define RCC_HSI_ON   ((uint8_t)0x01)
 
#define RCC_HSI_ON   RCC_CR_HSION
 
#define RCC_HSI_ON   RCC_CR_HSION
 
#define RCC_HSI_ON   RCC_CR_HSION
 
#define RCC_HSICALIBRATION_DEFAULT   0x10U /* Default HSI calibration trimming value */
 
#define RCC_HSICALIBRATION_DEFAULT   0x10U /* Default HSI calibration trimming value */
 
#define RCC_HSICALIBRATION_DEFAULT   0x10U /* Default HSI calibration trimming value */
 
#define RCC_HSICALIBRATION_DEFAULT   ((uint32_t)0x10U) /* Default HSI calibration trimming value */
 
#define RCC_HSICALIBRATION_DEFAULT   (0x40U) /* Default HSI calibration trimming value for STM32H7 rev.V and above. (0x20 value for rev.Y handled within __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST macro ) */
 
#define RCC_HSICALIBRATION_DEFAULT   (0x40U) /* Default HSI calibration trimming value for STM32H7 rev.V and above. (0x20 value for rev.Y handled within __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST macro ) */
 

Detailed Description

Macro Definition Documentation

◆ RCC_HSI_DIV1 [1/2]

#define RCC_HSI_DIV1   (RCC_CR_HSIDIV_1 | RCC_CR_HSION)

HSI_DIV1 clock activation

Definition at line 208 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.

◆ RCC_HSI_DIV1 [2/2]

#define RCC_HSI_DIV1   (RCC_CR_HSIDIV_1 | RCC_CR_HSION)

◆ RCC_HSI_DIV2 [1/2]

#define RCC_HSI_DIV2   (RCC_CR_HSIDIV_2 | RCC_CR_HSION)

HSI_DIV2 clock activation

Definition at line 209 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.

◆ RCC_HSI_DIV2 [2/2]

#define RCC_HSI_DIV2   (RCC_CR_HSIDIV_2 | RCC_CR_HSION)

◆ RCC_HSI_DIV4 [1/2]

#define RCC_HSI_DIV4   (RCC_CR_HSIDIV_4 | RCC_CR_HSION)

HSI_DIV4 clock activation

Definition at line 210 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.

◆ RCC_HSI_DIV4 [2/2]

#define RCC_HSI_DIV4   (RCC_CR_HSIDIV_4 | RCC_CR_HSION)

◆ RCC_HSI_DIV8 [1/2]

#define RCC_HSI_DIV8   (RCC_CR_HSIDIV | RCC_CR_HSION)

HSI_DIV8 clock activation

Definition at line 211 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.

◆ RCC_HSI_DIV8 [2/2]

#define RCC_HSI_DIV8   (RCC_CR_HSIDIV | RCC_CR_HSION)

◆ RCC_HSI_OFF [1/6]

#define RCC_HSI_OFF   ((uint8_t)0x00)

◆ RCC_HSI_OFF [2/6]

#define RCC_HSI_OFF   ((uint8_t)0x00)

◆ RCC_HSI_OFF [3/6]

#define RCC_HSI_OFF   ((uint8_t)0x00)

◆ RCC_HSI_OFF [4/6]

#define RCC_HSI_OFF   ((uint32_t)0x00000000U)

Definition at line 142 of file stm32f7xx_hal_rcc.h.

◆ RCC_HSI_OFF [5/6]

#define RCC_HSI_OFF   (0x00000000U)

◆ RCC_HSI_OFF [6/6]

#define RCC_HSI_OFF   (0x00000000U)

HSI clock deactivation

Definition at line 205 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.

◆ RCC_HSI_ON [1/6]

#define RCC_HSI_ON   ((uint8_t)0x01)

◆ RCC_HSI_ON [2/6]

#define RCC_HSI_ON   ((uint8_t)0x01)

◆ RCC_HSI_ON [3/6]

#define RCC_HSI_ON   ((uint8_t)0x01)

◆ RCC_HSI_ON [4/6]

#define RCC_HSI_ON   RCC_CR_HSION

Definition at line 143 of file stm32f7xx_hal_rcc.h.

◆ RCC_HSI_ON [5/6]

#define RCC_HSI_ON   RCC_CR_HSION

◆ RCC_HSI_ON [6/6]

#define RCC_HSI_ON   RCC_CR_HSION

◆ RCC_HSICALIBRATION_DEFAULT [1/6]

#define RCC_HSICALIBRATION_DEFAULT   0x10U /* Default HSI calibration trimming value */

◆ RCC_HSICALIBRATION_DEFAULT [2/6]

#define RCC_HSICALIBRATION_DEFAULT   0x10U /* Default HSI calibration trimming value */

◆ RCC_HSICALIBRATION_DEFAULT [3/6]

#define RCC_HSICALIBRATION_DEFAULT   0x10U /* Default HSI calibration trimming value */

◆ RCC_HSICALIBRATION_DEFAULT [4/6]

#define RCC_HSICALIBRATION_DEFAULT   ((uint32_t)0x10U) /* Default HSI calibration trimming value */

Definition at line 145 of file stm32f7xx_hal_rcc.h.

◆ RCC_HSICALIBRATION_DEFAULT [5/6]

#define RCC_HSICALIBRATION_DEFAULT   (0x40U) /* Default HSI calibration trimming value for STM32H7 rev.V and above. (0x20 value for rev.Y handled within __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST macro ) */

◆ RCC_HSICALIBRATION_DEFAULT [6/6]

#define RCC_HSICALIBRATION_DEFAULT   (0x40U) /* Default HSI calibration trimming value for STM32H7 rev.V and above. (0x20 value for rev.Y handled within __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST macro ) */


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:06