| /hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
| D | stm32mp1xx_ll_hsem.h | 160 return ((READ_BIT(HSEMx->R[Semaphore], HSEM_R_LOCK) == (HSEM_R_LOCK_Msk)) ? 1UL : 0UL); in LL_HSEM_IsSemaphoreLocked() 174 return (uint32_t)(READ_BIT(HSEMx->R[Semaphore], HSEM_R_COREID_Msk)); in LL_HSEM_GetCoreId() 186 return (uint32_t)(READ_BIT(HSEMx->R[Semaphore], HSEM_R_PROCID_Msk)); in LL_HSEM_GetProcessId() 202 WRITE_REG(HSEMx->R[Semaphore], (HSEM_R_LOCK | LL_HSEM_COREID | process)); in LL_HSEM_SetLock() 217 WRITE_REG(HSEMx->R[Semaphore], (HSEM_R_LOCK | LL_HSEM_COREID | process)); in LL_HSEM_2StepLock() 218 return ((HSEMx->R[Semaphore] != (HSEM_R_LOCK | LL_HSEM_COREID | process)) ? 1UL : 0UL); in LL_HSEM_2StepLock() 246 WRITE_REG(HSEMx->R[Semaphore], (LL_HSEM_COREID | process)); in LL_HSEM_ReleaseLock() 257 return ((HSEMx->R[Semaphore] != 0U) ? 1UL : 0UL); in LL_HSEM_GetStatus()
|
| /hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
| D | stm32h7xx_ll_hsem.h | 168 return ((READ_BIT(HSEMx->R[Semaphore], HSEM_R_LOCK) == (HSEM_R_LOCK_Msk)) ? 1UL : 0UL); in LL_HSEM_IsSemaphoreLocked() 183 return (uint32_t)(READ_BIT(HSEMx->R[Semaphore], HSEM_R_COREID_Msk)); in LL_HSEM_GetCoreId() 195 return (uint32_t)(READ_BIT(HSEMx->R[Semaphore], HSEM_R_PROCID_Msk)); in LL_HSEM_GetProcessId() 211 WRITE_REG(HSEMx->R[Semaphore], (HSEM_R_LOCK | LL_HSEM_COREID | process)); in LL_HSEM_SetLock() 226 WRITE_REG(HSEMx->R[Semaphore], (HSEM_R_LOCK | LL_HSEM_COREID | process)); in LL_HSEM_2StepLock() 227 return ((HSEMx->R[Semaphore] != (HSEM_R_LOCK | LL_HSEM_COREID | process)) ? 1UL : 0UL); in LL_HSEM_2StepLock() 255 WRITE_REG(HSEMx->R[Semaphore], (LL_HSEM_COREID | process)); in LL_HSEM_ReleaseLock() 266 return ((HSEMx->R[Semaphore] != 0U) ? 1UL : 0UL); in LL_HSEM_GetStatus()
|
| D | stm32h7xx_ll_rcc.h | 4616 __STATIC_INLINE void LL_RCC_PLL1_SetR(uint32_t R) in LL_RCC_PLL1_SetR() argument 4618 MODIFY_REG(RCC->PLL1DIVR, RCC_PLL1DIVR_R1, (R - 1UL) << RCC_PLL1DIVR_R1_Pos); in LL_RCC_PLL1_SetR() 4928 __STATIC_INLINE void LL_RCC_PLL2_SetR(uint32_t R) in LL_RCC_PLL2_SetR() argument 4930 MODIFY_REG(RCC->PLL2DIVR, RCC_PLL2DIVR_R2, (R - 1UL) << RCC_PLL2DIVR_R2_Pos); in LL_RCC_PLL2_SetR() 5240 __STATIC_INLINE void LL_RCC_PLL3_SetR(uint32_t R) in LL_RCC_PLL3_SetR() argument 5242 MODIFY_REG(RCC->PLL3DIVR, RCC_PLL3DIVR_R3, (R - 1UL) << RCC_PLL3DIVR_R3_Pos); in LL_RCC_PLL3_SetR()
|
| D | stm32h7xx_hal_fmac.h | 238 …uint8_t R; /*!< Parameter R (gain, etc.). Ignored if not needed… member
|
| /hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
| D | stm32wbaxx_ll_hsem.h | 156 return ((READ_BIT(HSEMx->R[Semaphore], HSEM_R_LOCK) == (HSEM_R_LOCK_Msk)) ? 1UL : 0UL); in LL_HSEM_IsSemaphoreLocked() 170 return (uint32_t)(READ_BIT(HSEMx->R[Semaphore], HSEM_R_LOCKID_Msk)); in LL_HSEM_GetCoreId() 182 return (uint32_t)(READ_BIT(HSEMx->R[Semaphore], HSEM_R_PROCID_Msk)); in LL_HSEM_GetProcessId() 205 WRITE_REG(HSEMx->R[Semaphore], (HSEM_R_LOCK | LL_HSEM_LOCKID | process | attribute)); in LL_HSEM_SetLock() 227 WRITE_REG(HSEMx->R[Semaphore], (HSEM_R_LOCK | LL_HSEM_LOCKID | process | attribute)); in LL_HSEM_2StepLock() 228 …return ((HSEMx->R[Semaphore] != (HSEM_R_LOCK | LL_HSEM_LOCKID | process | attribute)) ? 1UL : 0UL); in LL_HSEM_2StepLock() 270 WRITE_REG(HSEMx->R[Semaphore], (LL_HSEM_LOCKID | process | attribute)); in LL_HSEM_ReleaseLock() 281 return ((HSEMx->R[Semaphore] != 0U) ? 1UL : 0UL); in LL_HSEM_GetStatus()
|
| /hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
| D | stm32wlxx_ll_hsem.h | 164 return ((READ_BIT(HSEMx->R[Semaphore], HSEM_R_LOCK) == (HSEM_R_LOCK_Msk)) ? 1UL : 0UL); in LL_HSEM_IsSemaphoreLocked() 179 return (uint32_t)(READ_BIT(HSEMx->R[Semaphore], HSEM_R_COREID_Msk)); in LL_HSEM_GetCoreId() 191 return (uint32_t)(READ_BIT(HSEMx->R[Semaphore], HSEM_R_PROCID_Msk)); in LL_HSEM_GetProcessId() 207 WRITE_REG(HSEMx->R[Semaphore], (HSEM_R_LOCK | LL_HSEM_COREID | process)); in LL_HSEM_SetLock() 222 WRITE_REG(HSEMx->R[Semaphore], (HSEM_R_LOCK | LL_HSEM_COREID | process)); in LL_HSEM_2StepLock() 223 return ((HSEMx->R[Semaphore] != (HSEM_R_LOCK | LL_HSEM_COREID | process)) ? 1UL : 0UL); in LL_HSEM_2StepLock() 251 WRITE_REG(HSEMx->R[Semaphore], (LL_HSEM_COREID | process)); in LL_HSEM_ReleaseLock() 262 return ((HSEMx->R[Semaphore] != 0U) ? 1UL : 0UL); in LL_HSEM_GetStatus()
|
| /hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
| D | stm32wbxx_ll_hsem.h | 162 return ((READ_BIT(HSEMx->R[Semaphore], HSEM_R_LOCK) == (HSEM_R_LOCK_Msk)) ? 1UL : 0UL); in LL_HSEM_IsSemaphoreLocked() 177 return (uint32_t)(READ_BIT(HSEMx->R[Semaphore], HSEM_R_COREID_Msk)); in LL_HSEM_GetCoreId() 189 return (uint32_t)(READ_BIT(HSEMx->R[Semaphore], HSEM_R_PROCID_Msk)); in LL_HSEM_GetProcessId() 205 WRITE_REG(HSEMx->R[Semaphore], (HSEM_R_LOCK | LL_HSEM_COREID | process)); in LL_HSEM_SetLock() 220 WRITE_REG(HSEMx->R[Semaphore], (HSEM_R_LOCK | LL_HSEM_COREID | process)); in LL_HSEM_2StepLock() 221 return ((HSEMx->R[Semaphore] != (HSEM_R_LOCK | LL_HSEM_COREID | process)) ? 1UL : 0UL); in LL_HSEM_2StepLock() 249 WRITE_REG(HSEMx->R[Semaphore], (LL_HSEM_COREID | process)); in LL_HSEM_ReleaseLock() 260 return ((HSEMx->R[Semaphore] != 0U) ? 1UL : 0UL); in LL_HSEM_GetStatus()
|
| /hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
| D | stm32h7xx_hal_hsem.c | 167 …HSEM->R[SemID] = ((ProcessID & HSEM_R_PROCID) | ((HAL_GetCurrentCPUID() << POSITION_VAL(HSEM_R_MAS… in HAL_HSEM_Take() 170 …if (HSEM->R[SemID] == ((ProcessID & HSEM_R_PROCID) | ((HAL_GetCurrentCPUID() << POSITION_VAL(HSEM_… in HAL_HSEM_Take() 177 HSEM->R[SemID] = (ProcessID | HSEM_CR_COREID_CURRENT | HSEM_R_LOCK); in HAL_HSEM_Take() 180 if (HSEM->R[SemID] == (ProcessID | HSEM_CR_COREID_CURRENT | HSEM_R_LOCK)) in HAL_HSEM_Take() 227 return (((HSEM->R[SemID] & HSEM_R_LOCK) != 0U) ? 1UL : 0UL); in HAL_HSEM_IsSemTaken() 245 …HSEM->R[SemID] = (ProcessID | ((HAL_GetCurrentCPUID() << POSITION_VAL(HSEM_R_MASTERID)) & HSEM_R_M… in HAL_HSEM_Release() 247 HSEM->R[SemID] = (ProcessID | HSEM_CR_COREID_CURRENT); in HAL_HSEM_Release()
|
| D | stm32h7xx_hal_fmac.c | 1668 assert_param(IS_FMAC_PARAM_R(pConfig->Filter, pConfig->R)); in FMAC_FilterConfig() 1772 ((((uint32_t)(pConfig->R)) << FMAC_PARAM_R_Pos) & FMAC_PARAM_R)); in FMAC_FilterConfig()
|
| /hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
| D | stm32mp1xx_hal_hsem.c | 159 …HSEM->R[SemID] = ((ProcessID & HSEM_R_PROCID) | ((HAL_GetCurrentCPUID() << POSITION_VAL(HSEM_R_MAS… in HAL_HSEM_Take() 162 …if (HSEM->R[SemID] == ((ProcessID & HSEM_R_PROCID) | ((HAL_GetCurrentCPUID() << POSITION_VAL(HSEM_… in HAL_HSEM_Take() 169 HSEM->R[SemID] = (ProcessID | HSEM_CR_COREID_CURRENT | HSEM_R_LOCK); in HAL_HSEM_Take() 172 if (HSEM->R[SemID] == (ProcessID | HSEM_CR_COREID_CURRENT | HSEM_R_LOCK)) in HAL_HSEM_Take() 219 return (((HSEM->R[SemID] & HSEM_R_LOCK) != 0U) ? 1UL : 0UL); in HAL_HSEM_IsSemTaken() 236 HSEM->R[SemID] = (ProcessID | HSEM_CR_COREID_CURRENT); in HAL_HSEM_Release()
|
| /hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
| D | stm32wlxx_hal_hsem.c | 166 HSEM->R[SemID] = (ProcessID | HSEM_CR_COREID_CURRENT | HSEM_R_LOCK); in HAL_HSEM_Take() 169 if (HSEM->R[SemID] == (ProcessID | HSEM_CR_COREID_CURRENT | HSEM_R_LOCK)) in HAL_HSEM_Take() 206 return (((HSEM->R[SemID] & HSEM_R_LOCK) != 0U) ? 1UL : 0UL); in HAL_HSEM_IsSemTaken() 223 HSEM->R[SemID] = (ProcessID | HSEM_CR_COREID_CURRENT); in HAL_HSEM_Release()
|
| /hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
| D | stm32wbxx_hal_hsem.c | 166 HSEM->R[SemID] = (ProcessID | HSEM_CR_COREID_CURRENT | HSEM_R_LOCK); in HAL_HSEM_Take() 169 if (HSEM->R[SemID] == (ProcessID | HSEM_CR_COREID_CURRENT | HSEM_R_LOCK)) in HAL_HSEM_Take() 206 return (((HSEM->R[SemID] & HSEM_R_LOCK) != 0U) ? 1UL : 0UL); in HAL_HSEM_IsSemTaken() 223 HSEM->R[SemID] = (ProcessID | HSEM_CR_COREID_CURRENT); in HAL_HSEM_Release()
|
| /hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
| D | stm32wbaxx_hal_hsem.c | 162 HSEM->R[SemID] = (ProcessID | HSEM_CR_LOCKID_CURRENT | HSEM_R_LOCK | Attribute); in HAL_HSEM_Take() 165 if (HSEM->R[SemID] == (ProcessID | HSEM_CR_LOCKID_CURRENT | HSEM_R_LOCK | Attribute)) in HAL_HSEM_Take() 208 return (((HSEM->R[SemID] & HSEM_R_LOCK) != 0U) ? 1UL : 0UL); in HAL_HSEM_IsSemTaken() 231 HSEM->R[SemID] = (ProcessID | HSEM_CR_LOCKID_CURRENT | Attribute); in HAL_HSEM_Release()
|
| /hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
| D | stm32h7rsxx_ll_rcc.h | 4104 __STATIC_INLINE void LL_RCC_PLL1_SetR(uint32_t R) in LL_RCC_PLL1_SetR() argument 4106 MODIFY_REG(RCC->PLL1DIVR1, RCC_PLL1DIVR1_DIVR, (R - 1UL) << RCC_PLL1DIVR1_DIVR_Pos); in LL_RCC_PLL1_SetR() 4620 __STATIC_INLINE void LL_RCC_PLL2_SetR(uint32_t R) in LL_RCC_PLL2_SetR() argument 4622 MODIFY_REG(RCC->PLL2DIVR1, RCC_PLL2DIVR1_DIVR, (R - 1UL) << RCC_PLL2DIVR1_DIVR_Pos); in LL_RCC_PLL2_SetR() 5105 __STATIC_INLINE void LL_RCC_PLL3_SetR(uint32_t R) in LL_RCC_PLL3_SetR() argument 5107 MODIFY_REG(RCC->PLL3DIVR1, RCC_PLL3DIVR1_DIVR, (R - 1UL) << RCC_PLL3DIVR1_DIVR_Pos); in LL_RCC_PLL3_SetR()
|
| /hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
| D | stm32g4xx_hal_fmac.c | 1668 assert_param(IS_FMAC_PARAM_R(pConfig->Filter, pConfig->R)); in FMAC_FilterConfig() 1772 ((((uint32_t)(pConfig->R)) << FMAC_PARAM_R_Pos) & FMAC_PARAM_R)); in FMAC_FilterConfig()
|
| /hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
| D | stm32h5xx_hal_fmac.h | 238 …uint8_t R; /*!< Parameter R (gain, etc.). Ignored if not needed… member
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
| D | stm32u5xx_hal_fmac.h | 238 …uint8_t R; /*!< Parameter R (gain, etc.). Ignored if not needed… member
|
| /hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
| D | stm32g4xx_hal_fmac.h | 238 …uint8_t R; /*!< Parameter R (gain, etc.). Ignored if not needed… member
|
| /hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
| D | stm32h5xx_hal_fmac.c | 1669 assert_param(IS_FMAC_PARAM_R(pConfig->Filter, pConfig->R)); in FMAC_FilterConfig() 1773 ((((uint32_t)(pConfig->R)) << FMAC_PARAM_R_Pos) & FMAC_PARAM_R)); in FMAC_FilterConfig()
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
| D | stm32u5xx_hal_fmac.c | 1669 assert_param(IS_FMAC_PARAM_R(pConfig->Filter, pConfig->R)); in FMAC_FilterConfig() 1773 ((((uint32_t)(pConfig->R)) << FMAC_PARAM_R_Pos) & FMAC_PARAM_R)); in FMAC_FilterConfig()
|
| /hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
| D | stm32wle4xx.h | 407 …__IO uint32_t R[16]; /*!< HSEM 2-step write lock and read back registers, Address offset: 00h… member
|
| D | stm32wle5xx.h | 407 …__IO uint32_t R[16]; /*!< HSEM 2-step write lock and read back registers, Address offset: 00h… member
|
| /hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
| D | stm32wba50xx.h | 390 …__IO uint32_t R[16]; /*!< HSEM 2-step write lock and read back registers, Address offset: 00h… member
|
| /hal_stm32-latest/stm32cube/stm32wbxx/soc/ |
| D | stm32wb50xx.h | 717 …__IO uint32_t R[32]; /*!< HSEM 2-step write lock and read back registers, Address offset: 0… member
|
| D | stm32wb1mxx.h | 733 …__IO uint32_t R[32]; /*!< HSEM 2-step write lock and read back registers, Address offset: 0… member
|