Home
last modified time | relevance | path

Searched refs:Connection (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal.c2063 uint32_t Connection; in HAL_SYSCFG_GetBootPinConnection() local
2068 Connection = READ_BIT(SYSCFG->BOOTSR, BootId); in HAL_SYSCFG_GetBootPinConnection()
2072 return Connection; in HAL_SYSCFG_GetBootPinConnection()
2076 return (Connection >> 1U); in HAL_SYSCFG_GetBootPinConnection()