/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_system.h | 48 #if defined (FLASH) || defined (SBS) || defined (DBGMCU) || defined (VREFBUF) 356 return (uint32_t)(READ_BIT(SBS->BOOTSR, SBS_BOOTSR_INITVTOR)); in LL_SBS_GetBootAddress() 366 MODIFY_REG(SBS->HDPLCR, SBS_HDPLCR_INCR_HDPL, LL_SBS_HDPL_INCREMENT_VALUE); in LL_SBS_IncrementHDPL() 380 return (uint32_t)(READ_BIT(SBS->HDPLSR, SBS_HDPLSR_HDPL)); in LL_SBS_GetCurrentHDPL() 394 MODIFY_REG(SBS->DBGCR, SBS_DBGCR_DBG_AUTH_HDPL, (Level << SBS_DBGCR_DBG_AUTH_HDPL_Pos)); in LL_SBS_SetAuthDbgHDPL() 407 return (uint32_t)(READ_BIT(SBS->DBGCR, SBS_DBGCR_DBG_AUTH_HDPL) >> SBS_DBGCR_DBG_AUTH_HDPL_Pos); in LL_SBS_GetAuthDbgHDPL() 417 MODIFY_REG(SBS->DBGCR, SBS_DBGCR_DBG_UNLOCK, LL_SBS_DBG_UNLOCK); in LL_SBS_UnlockDebug() 427 return ((READ_BIT(SBS->DBGCR, SBS_DBGCR_DBG_UNLOCK) == LL_SBS_DBG_UNLOCK) ? 1UL : 0UL); in LL_SBS_IsUnlockedDebug() 437 MODIFY_REG(SBS->DBGCR, SBS_DBGCR_AP_UNLOCK, LL_SBS_ACCESS_PORT_UNLOCK); in LL_SBS_UnlockAccessPort() 447 return ((READ_BIT(SBS->DBGCR, SBS_DBGCR_AP_UNLOCK) == LL_SBS_ACCESS_PORT_UNLOCK) ? 1UL : 0UL); in LL_SBS_IsUnlockedAccessPort() [all …]
|
D | stm32h7rsxx_hal.h | 460 … SET_BIT(SBS->FPUIMR, (__INTERRUPT__)); \ 465 … CLEAR_BIT(SBS->FPUIMR, (__INTERRUPT__)); \ 471 #define __HAL_SBS_GET_MEMORIES_ERASE_STATUS() ((SBS->MESR) & (SBS_MESR_MEF))
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_system.h | 46 #if defined (FLASH) || defined (SBS) || defined (DBGMCU) || defined (VREFBUF) 385 MODIFY_REG(SBS->PMCR, SBS_PMCR_ETH_SEL_PHY, Interface); in LL_SBS_SetPHYInterface() 397 return (uint32_t)(READ_BIT(SBS->PMCR, SBS_PMCR_ETH_SEL_PHY)); in LL_SBS_GetPHYInterface() 414 SET_BIT(SBS->PMCR, ConfigFastModePlus); in LL_SBS_EnableFastModePlus() 430 CLEAR_BIT(SBS->PMCR, ConfigFastModePlus); in LL_SBS_DisableFastModePlus() 440 SET_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_0); in LL_SBS_EnableIT_FPU_IOC() 450 SET_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_1); in LL_SBS_EnableIT_FPU_DZC() 460 SET_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_2); in LL_SBS_EnableIT_FPU_UFC() 470 SET_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_3); in LL_SBS_EnableIT_FPU_OFC() 480 SET_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_4); in LL_SBS_EnableIT_FPU_IDC() [all …]
|
D | stm32h5xx_hal.h | 545 … SET_BIT(SBS->FPUIMR, (__INTERRUPT__));\ 549 … CLEAR_BIT(SBS->FPUIMR, (__INTERRUPT__));\ 556 #define __HAL_SBS_BREAK_ECC_LOCK() SET_BIT(SBS->CFGR2, SBS_CFGR2_ECCL) 562 #define __HAL_SBS_BREAK_LOCKUP_LOCK() SET_BIT(SBS->CFGR2, SBS_CFGR2_CLL) 569 #define __HAL_SBS_BREAK_PVD_LOCK() SET_BIT(SBS->CFGR2, SBS_CFGR2_PVDL) 575 #define __HAL_SBS_BREAK_SRAM_ECC_LOCK() SET_BIT(SBS->CFGR2, SBS_CFGR2_SEL) 585 … SET_BIT(SBS->PMCR, (__FASTMODEPLUS__));\ 589 … CLEAR_BIT(SBS->PMCR, (__FASTMODEPLUS__));\ 600 #define __HAL_SBS_GET_MEMORIES_ERASE_STATUS(__FLAG__) ((((SBS->MESR) & (__FLAG__))!= 0) ? 1 : … 610 WRITE_REG(SBS->MESR, (__FLAG__));\
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal.c | 714 MODIFY_REG(SBS->PMCR, SBS_PMCR_ETH_SEL_PHY, (uint32_t)(SBS_ETHInterface)); in HAL_SBS_ETHInterfaceSelect() 726 SET_BIT(SBS->CCCSR, SBS_CCCSR_EN1) ; in HAL_SBS_EnableVddIO1CompensationCell() 737 CLEAR_BIT(SBS->CCCSR, SBS_CCCSR_EN1); in HAL_SBS_DisableVddIO1CompensationCell() 748 SET_BIT(SBS->CCCSR, SBS_CCCSR_EN2) ; in HAL_SBS_EnableVddIO2CompensationCell() 759 CLEAR_BIT(SBS->CCCSR, SBS_CCCSR_EN2); in HAL_SBS_DisableVddIO2CompensationCell() 774 MODIFY_REG(SBS->CCCSR, SBS_CCCSR_CS1, (uint32_t)(SBS_CompCode)); in HAL_SBS_VDDCompensationCodeSelect() 789 MODIFY_REG(SBS->CCCSR, SBS_CCCSR_CS2, (uint32_t)(SBS_CompCode)); in HAL_SBS_VDDIOCompensationCodeSelect() 798 return ((READ_BIT(SBS->CCCSR, SBS_CCCSR_RDY1) == SBS_CCCSR_RDY1) ? 1UL : 0UL); in HAL_SBS_GetVddIO1CompensationCellReadyFlag() 807 return ((READ_BIT(SBS->CCCSR, SBS_CCCSR_RDY2) == SBS_CCCSR_RDY2) ? 1UL : 0UL); in HAL_SBS_GetVddIO2CompensationCellReadyFlag() 825 …MODIFY_REG(SBS->CCSWCR, SBS_CCSWCR_SW_ANSRC1 | SBS_CCSWCR_SW_APSRC1, (((uint32_t)(SBS_PMOSCode) <<… in HAL_SBS_VDDCompensationCodeConfig() [all …]
|
D | stm32h5xx_hal_eth.c | 350 (void)SBS->PMCR; in HAL_ETH_Init()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal.c | 627 return SBS->BOOTSR; in HAL_SBS_GetBootAddress() 636 MODIFY_REG(SBS->HDPLCR, SBS_HDPLCR_INCR_HDPL, SBS_HDPL_INCREMENT_VALUE); in HAL_SBS_IncrementHDPLValue() 646 return (SBS->HDPLSR & SBS_HDPLSR_HDPL); in HAL_SBS_GetHDPLValue() 656 MODIFY_REG(SBS->DBGCR, SBS_DBGCR_AP_UNLOCK, SBS_DEBUG_UNLOCK_VALUE); in HAL_SBS_OpenAccessPort() 666 …MODIFY_REG(SBS->DBGCR, SBS_DBGCR_DBG_UNLOCK, (SBS_DEBUG_UNLOCK_VALUE << SBS_DBGCR_DBG_UNLOCK_Pos)); in HAL_SBS_OpenDebug() 684 MODIFY_REG(SBS->DBGCR, SBS_DBGCR_DBG_AUTH_HDPL, (Level << SBS_DBGCR_DBG_AUTH_HDPL_Pos)); in HAL_SBS_ConfigDebugLevel() 701 return ((SBS->DBGCR & SBS_DBGCR_DBG_AUTH_HDPL) >> SBS_DBGCR_DBG_AUTH_HDPL_Pos); in HAL_SBS_GetDebugLevel() 711 MODIFY_REG(SBS->DBGLOCKR, SBS_DBGLOCKR_DBGCFG_LOCK, SBS_DEBUG_UNLOCK_VALUE); in HAL_SBS_UnlockDebugConfig() 721 MODIFY_REG(SBS->DBGLOCKR, SBS_DBGLOCKR_DBGCFG_LOCK, SBS_DEBUG_LOCK_VALUE); in HAL_SBS_LockDebugConfig() 732 MODIFY_REG(SBS->RSSCMDR, SBS_RSSCMDR_RSSCMD, Cmd); in HAL_SBS_ConfigRSSCommand() [all …]
|
D | stm32h7rsxx_hal_exti.c | 208 regval = SBS->EXTICR[linepos >> 2u]; in HAL_EXTI_SetConfigLine() 211 SBS->EXTICR[linepos >> 2u] = regval; in HAL_EXTI_SetConfigLine() 342 regval = SBS->EXTICR[linepos >> 2u]; in HAL_EXTI_GetConfigLine() 413 regval = SBS->EXTICR[linepos >> 2u]; in HAL_EXTI_ClearConfigLine() 415 SBS->EXTICR[linepos >> 2u] = regval; in HAL_EXTI_ClearConfigLine()
|
D | stm32h7rsxx_hal_gpio.c | 239 temp = SBS->EXTICR[position >> 2u]; in HAL_GPIO_Init() 242 SBS->EXTICR[position >> 2u] = temp; in HAL_GPIO_Init() 312 tmp = SBS->EXTICR[position >> 2u]; in HAL_GPIO_DeInit() 326 SBS->EXTICR[position >> 2u] &= ~tmp; in HAL_GPIO_DeInit()
|
D | stm32h7rsxx_hal_eth.c | 350 (void)SBS->PMCR; in HAL_ETH_Init()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h523xx.h | 2513 #define SBS SBS_S macro 2846 #define SBS SBS_NS macro
|
D | stm32h562xx.h | 2755 #define SBS SBS_S macro 3164 #define SBS SBS_NS macro
|
D | stm32h533xx.h | 2629 #define SBS SBS_S macro 2984 #define SBS SBS_NS macro
|
D | stm32h573xx.h | 3071 #define SBS SBS_S macro 3513 #define SBS SBS_NS macro
|
D | stm32h563xx.h | 2955 #define SBS SBS_S macro 3375 #define SBS SBS_NS macro
|
D | stm32h503xx.h | 1657 #define SBS SBS_NS macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 2482 #define SBS ((SBS_TypeDef *) SBS_BASE) macro
|
D | stm32h7s7xx.h | 2727 #define SBS ((SBS_TypeDef *) SBS_BASE) macro
|
D | stm32h7s3xx.h | 2648 #define SBS ((SBS_TypeDef *) SBS_BASE) macro
|
D | stm32h7r7xx.h | 2559 #define SBS ((SBS_TypeDef *) SBS_BASE) macro
|