Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc_ex.c1228 MODIFY_REG(RCC->ECSCR1, RCC_ECSCR1_HSETRIM, Trimming << RCC_ECSCR1_HSETRIM_Pos); in HAL_RCCEx_HSESetTrimming()
1237 return ((RCC->ECSCR1 & RCC_ECSCR1_HSETRIM) >> RCC_ECSCR1_HSETRIM_Pos); in HAL_RCCEx_HSEGetTrimming()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_rcc.h901 MODIFY_REG(RCC->ECSCR1, RCC_ECSCR1_HSETRIM, Value << RCC_ECSCR1_HSETRIM_Pos); in LL_RCC_HSE_SetClockTrimming()
911 return (uint32_t)(READ_BIT(RCC->ECSCR1, RCC_ECSCR1_HSETRIM) >> RCC_ECSCR1_HSETRIM_Pos); in LL_RCC_HSE_GetClockTrimming()
Dstm32wbaxx_hal_rcc_ex.h982 #define IS_RCC_HSETRIM(__TRIM__) ((__TRIM__) <= (RCC_ECSCR1_HSETRIM >> RCC_ECSCR1_…
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h6592 #define RCC_ECSCR1_HSETRIM RCC_ECSCR1_HSETRIM_Msk macro
Dstm32wba52xx.h10494 #define RCC_ECSCR1_HSETRIM RCC_ECSCR1_HSETRIM_Msk macro
Dstm32wba54xx.h10888 #define RCC_ECSCR1_HSETRIM RCC_ECSCR1_HSETRIM_Msk macro
Dstm32wba5mxx.h10906 #define RCC_ECSCR1_HSETRIM RCC_ECSCR1_HSETRIM_Msk macro
Dstm32wba55xx.h10906 #define RCC_ECSCR1_HSETRIM RCC_ECSCR1_HSETRIM_Msk macro