Skip to main content
ATret.3
Associate II
October 4, 2025
Solved

STM32Cube MCU Package for STM32U0 Series 1.3.0 (Doxygen error)

  • October 4, 2025
  • 1 reply
  • 239 views

File: stm32u0xx_hal_gpio.c

/**
 * @brief Lock GPIO Pins configuration registers.
 * @note The locked registers are GPIOx_MODER, GPIOx_OTYPER, GPIOx_OSPEEDR,
 * GPIOx_PUPDR, GPIOx_AFRL and GPIOx_AFRH.
 * @note The configuration of the locked GPIO pins can no longer be modified
 * until the next reset.
 * @PAram GPIOx where x can be (A..F) to select the GPIO peripheral for STM32U0xx family
 * @PAram GPIO_Pin specifies the port bits to be locked.
 * This parameter can be any combination of GPIO_Pin_x where x can be (0..15).
 * @retval None
 */
HAL_StatusTypeDef HAL_GPIO_LockPin(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin)
{

HAL_GPIO_LockPin() should return HAL_StatusTypeDef.

But in Doxygen None

ATret3_0-1759612532143.png

 

Best answer by Saket_Om

Hello @ATret.3 

Thank you for bringing this issue to our attention.

I reported this internally.

Internal ticket number: 218966 (This is an internal tracking number and is not accessible or usable by customers).

1 reply

Saket_OmBest answer
Technical Moderator
October 6, 2025

Hello @ATret.3 

Thank you for bringing this issue to our attention.

I reported this internally.

Internal ticket number: 218966 (This is an internal tracking number and is not accessible or usable by customers).

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question.Saket_Om"