Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_swpmi.c117 assert_param(IS_LL_SWPMI_BITRATE_VALUE(SWPMI_InitStruct->BitRatePrescaler)); in LL_SWPMI_Init()
126 LL_SWPMI_SetBitRatePrescaler(SWPMIx, SWPMI_InitStruct->BitRatePrescaler); in LL_SWPMI_Init()
155 SWPMI_InitStruct->BitRatePrescaler = (uint32_t)0x00000001; in LL_SWPMI_StructInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_swpmi.c118 assert_param(IS_LL_SWPMI_BITRATE_VALUE(SWPMI_InitStruct->BitRatePrescaler)); in LL_SWPMI_Init()
127 LL_SWPMI_SetBitRatePrescaler(SWPMIx, SWPMI_InitStruct->BitRatePrescaler); in LL_SWPMI_Init()
156 SWPMI_InitStruct->BitRatePrescaler = (uint32_t)0x00000001; in LL_SWPMI_StructInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_swpmi.h69 uint32_t BitRatePrescaler; /*!< Specifies the SWPMI bitrate prescaler. member
386 __STATIC_INLINE void LL_SWPMI_SetBitRatePrescaler(SWPMI_TypeDef *SWPMIx, uint32_t BitRatePrescaler) in LL_SWPMI_SetBitRatePrescaler() argument
388 WRITE_REG(SWPMIx->BRR, BitRatePrescaler); in LL_SWPMI_SetBitRatePrescaler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_swpmi.h69 uint32_t BitRatePrescaler; /*!< Specifies the SWPMI bitrate prescaler. member
426 __STATIC_INLINE void LL_SWPMI_SetBitRatePrescaler(SWPMI_TypeDef *SWPMIx, uint32_t BitRatePrescaler) in LL_SWPMI_SetBitRatePrescaler() argument
428 WRITE_REG(SWPMIx->BRR, BitRatePrescaler); in LL_SWPMI_SetBitRatePrescaler()