![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Functions | |
void | HAL_MspInit (void) |
Initializes the Global MSP. More... | |
void | HAL_MspDeInit (void) |
DeInitializes the Global MSP. More... | |
void | HAL_PPP_MspInit (void) |
Initializes the PPP MSP. More... | |
void | HAL_PPP_MspDeInit (void) |
DeInitializes the PPP MSP. More... | |
void | HAL_SAI_MspInit (SAI_HandleTypeDef *hsai) |
SAI MSP Init. More... | |
void | HAL_SPDIFRX_MspInit (SPDIFRX_HandleTypeDef *hspdifrx) |
SPDIFRX MSP Init. More... | |
void | HAL_SPDIFRX_MspDeInit (SPDIFRX_HandleTypeDef *hspdifrx) |
void HAL_MspDeInit | ( | void | ) |
DeInitializes the Global MSP.
None |
Definition at line 84 of file stm32f7xx_hal_msp_template.c.
void HAL_MspInit | ( | void | ) |
Initializes the Global MSP.
None |
Definition at line 75 of file stm32f7xx_hal_msp_template.c.
void HAL_PPP_MspDeInit | ( | void | ) |
DeInitializes the PPP MSP.
None |
Definition at line 102 of file stm32f7xx_hal_msp_template.c.
void HAL_PPP_MspInit | ( | void | ) |
Initializes the PPP MSP.
None |
Definition at line 93 of file stm32f7xx_hal_msp_template.c.
void HAL_SAI_MspInit | ( | SAI_HandleTypeDef * | hsai | ) |
SAI MSP Init.
hsai | : pointer to a SAI_HandleTypeDef structure that contains the configuration information for SAI module. |
None |
Definition at line 75 of file stm32f7xx_hal_msp.c.
void HAL_SPDIFRX_MspDeInit | ( | SPDIFRX_HandleTypeDef * | hspdifrx | ) |
SPDIFRX GPIO Configuration PG12 ---—> SPDIFRX_IN1
Definition at line 199 of file stm32f7xx_hal_msp.c.
void HAL_SPDIFRX_MspInit | ( | SPDIFRX_HandleTypeDef * | hspdifrx | ) |
SPDIFRX MSP Init.
hspdif | SPDIFRX handle |
None |
SPDIFRX GPIO Configuration PG12 ---—> SPDIFRX_IN1
Definition at line 150 of file stm32f7xx_hal_msp.c.