Home
last modified time | relevance | path

Searched refs:Polarity (Results 1 – 25 of 34) sorted by relevance

12

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_lptim.c142 LPTIM_InitStruct->Polarity = LL_LPTIM_OUTPUT_POLARITY_REGULAR; in LL_LPTIM_StructInit()
173 assert_param(IS_LPTIM_OUTPUT_POLARITY(LPTIM_InitStruct->Polarity)); in LL_LPTIM_Init()
184 LPTIM_InitStruct->Polarity); in LL_LPTIM_Init()
Dstm32l0xx_hal_uart_ex.c164 HAL_StatusTypeDef HAL_RS485Ex_Init(UART_HandleTypeDef *huart, uint32_t Polarity, uint32_t Assertion… in HAL_RS485Ex_Init() argument
175 assert_param(IS_UART_DE_POLARITY(Polarity)); in HAL_RS485Ex_Init()
212 MODIFY_REG(huart->Instance->CR3, USART_CR3_DEP, Polarity); in HAL_RS485Ex_Init()
Dstm32l0xx_hal_lptim.c181 assert_param(IS_LPTIM_CLOCK_POLARITY(hlptim->Init.UltraLowPowerClock.Polarity)); in HAL_LPTIM_Init()
231 tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity | in HAL_LPTIM_Init()
859 assert_param(IS_LPTIM_CLOCK_POLARITY(hlptim->Init.UltraLowPowerClock.Polarity)); in HAL_LPTIM_Encoder_Start()
872 tmpcfgr |= hlptim->Init.UltraLowPowerClock.Polarity; in HAL_LPTIM_Encoder_Start()
938 assert_param(IS_LPTIM_CLOCK_POLARITY(hlptim->Init.UltraLowPowerClock.Polarity)); in HAL_LPTIM_Encoder_Start_IT()
951 tmpcfgr |= hlptim->Init.UltraLowPowerClock.Polarity; in HAL_LPTIM_Encoder_Start_IT()
Dstm32l0xx_hal_rcc_ex.c869 assert_param(IS_RCC_CRS_SYNC_POLARITY(pInit->Polarity)); in HAL_RCCEx_CRSConfig()
883 value = (pInit->Prescaler | pInit->Source | pInit->Polarity); in HAL_RCCEx_CRSConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_lptim.c142 LPTIM_InitStruct->Polarity = LL_LPTIM_OUTPUT_POLARITY_REGULAR; in LL_LPTIM_StructInit()
173 assert_param(IS_LL_LPTIM_OUTPUT_POLARITY(LPTIM_InitStruct->Polarity)); in LL_LPTIM_Init()
184 LPTIM_InitStruct->Polarity); in LL_LPTIM_Init()
Dstm32l4xx_hal_dma_ex.c167 assert_param(IS_DMAMUX_REQUEST_GEN_POLARITY(pRequestGeneratorConfig->Polarity)); in HAL_DMAEx_ConfigMuxRequestGenerator()
181 pRequestGeneratorConfig->Polarity; in HAL_DMAEx_ConfigMuxRequestGenerator()
Dstm32l4xx_hal_uart_ex.c183 HAL_StatusTypeDef HAL_RS485Ex_Init(UART_HandleTypeDef *huart, uint32_t Polarity, uint32_t Assertion… in HAL_RS485Ex_Init() argument
196 assert_param(IS_UART_DE_POLARITY(Polarity)); in HAL_RS485Ex_Init()
245 MODIFY_REG(huart->Instance->CR3, USART_CR3_DEP, Polarity); in HAL_RS485Ex_Init()
Dstm32l4xx_hal_lptim.c239 assert_param(IS_LPTIM_CLOCK_POLARITY(hlptim->Init.UltraLowPowerClock.Polarity)); in HAL_LPTIM_Init()
306 tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity | in HAL_LPTIM_Init()
1060 assert_param(IS_LPTIM_CLOCK_POLARITY(hlptim->Init.UltraLowPowerClock.Polarity)); in HAL_LPTIM_Encoder_Start()
1075 tmpcfgr |= hlptim->Init.UltraLowPowerClock.Polarity; in HAL_LPTIM_Encoder_Start()
1147 assert_param(IS_LPTIM_CLOCK_POLARITY(hlptim->Init.UltraLowPowerClock.Polarity)); in HAL_LPTIM_Encoder_Start_IT()
1163 tmpcfgr |= hlptim->Init.UltraLowPowerClock.Polarity; in HAL_LPTIM_Encoder_Start_IT()
Dstm32l4xx_hal_tim_ex.c1741 assert_param(IS_TIM_BREAKINPUTSOURCE_POLARITY(sBreakInputConfig->Polarity)); in HAL_TIMEx_ConfigBreakInput()
1744 assert_param(IS_TIM_BREAKINPUTSOURCE_POLARITY(sBreakInputConfig->Polarity)); in HAL_TIMEx_ConfigBreakInput()
1806 tmporx |= (sBreakInputConfig->Polarity << bkin_polarity_bitpos) & bkin_polarity_mask; in HAL_TIMEx_ConfigBreakInput()
1828 tmporx |= (sBreakInputConfig->Polarity << bkin_polarity_bitpos) & bkin_polarity_mask; in HAL_TIMEx_ConfigBreakInput()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_lptim.h98 uint32_t Polarity; /*!< Specifies waveform polarity. member
525 …ATIC_INLINE void LL_LPTIM_ConfigOutput(LPTIM_TypeDef *LPTIMx, uint32_t Waveform, uint32_t Polarity) in LL_LPTIM_ConfigOutput() argument
527 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE | LPTIM_CFGR_WAVPOL, Waveform | Polarity); in LL_LPTIM_ConfigOutput()
566 __STATIC_INLINE void LL_LPTIM_SetPolarity(LPTIM_TypeDef *LPTIMx, uint32_t Polarity) in LL_LPTIM_SetPolarity() argument
568 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVPOL, Polarity); in LL_LPTIM_SetPolarity()
720 … LL_LPTIM_ConfigTrigger(LPTIM_TypeDef *LPTIMx, uint32_t Source, uint32_t Filter, uint32_t Polarity) in LL_LPTIM_ConfigTrigger() argument
722 …IMx->CFGR, LPTIM_CFGR_TRIGSEL | LPTIM_CFGR_TRGFLT | LPTIM_CFGR_TRIGEN, Source | Filter | Polarity); in LL_LPTIM_ConfigTrigger()
Dstm32l0xx_ll_crs.h447 __STATIC_INLINE void LL_CRS_SetSyncPolarity(uint32_t Polarity) in LL_CRS_SetSyncPolarity() argument
449 MODIFY_REG(CRS->CFGR, CRS_CFGR_SYNCPOL, Polarity); in LL_CRS_SetSyncPolarity()
Dstm32l0xx_hal_uart_ex.h119 HAL_StatusTypeDef HAL_RS485Ex_Init(UART_HandleTypeDef *huart, uint32_t Polarity, uint32_t Assertion…
Dstm32l0xx_ll_usart.h974 __STATIC_INLINE void LL_USART_ConfigClock(USART_TypeDef *USARTx, uint32_t Phase, uint32_t Polarity,… in LL_USART_ConfigClock() argument
976 …MODIFY_REG(USARTx->CR2, USART_CR2_CPHA | USART_CR2_CPOL | USART_CR2_LBCL, Phase | Polarity | LBCPO… in LL_USART_ConfigClock()
2213 __STATIC_INLINE void LL_USART_SetDESignalPolarity(USART_TypeDef *USARTx, uint32_t Polarity) in LL_USART_SetDESignalPolarity() argument
2215 MODIFY_REG(USARTx->CR3, USART_CR3_DEP, Polarity); in LL_USART_SetDESignalPolarity()
Dstm32l0xx_hal_lptim.h89 uint32_t Polarity; /*!< Selects the polarity of the active edge for the counter unit member
Dstm32l0xx_ll_lpuart.h1262 __STATIC_INLINE void LL_LPUART_SetDESignalPolarity(USART_TypeDef *LPUARTx, uint32_t Polarity) in LL_LPUART_SetDESignalPolarity() argument
1264 MODIFY_REG(LPUARTx->CR3, USART_CR3_DEP, Polarity); in LL_LPUART_SetDESignalPolarity()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_lptim.h97 uint32_t Polarity; /*!< Specifies waveform polarity. member
631 …ATIC_INLINE void LL_LPTIM_ConfigOutput(LPTIM_TypeDef *LPTIMx, uint32_t Waveform, uint32_t Polarity) in LL_LPTIM_ConfigOutput() argument
633 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE | LPTIM_CFGR_WAVPOL, Waveform | Polarity); in LL_LPTIM_ConfigOutput()
672 __STATIC_INLINE void LL_LPTIM_SetPolarity(LPTIM_TypeDef *LPTIMx, uint32_t Polarity) in LL_LPTIM_SetPolarity() argument
674 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVPOL, Polarity); in LL_LPTIM_SetPolarity()
856 … LL_LPTIM_ConfigTrigger(LPTIM_TypeDef *LPTIMx, uint32_t Source, uint32_t Filter, uint32_t Polarity) in LL_LPTIM_ConfigTrigger() argument
858 …IMx->CFGR, LPTIM_CFGR_TRIGSEL | LPTIM_CFGR_TRGFLT | LPTIM_CFGR_TRIGEN, Source | Filter | Polarity); in LL_LPTIM_ConfigTrigger()
Dstm32l4xx_ll_dmamux.h730 …oid LL_DMAMUX_SetSyncPolarity(DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel, uint32_t Polarity) in LL_DMAMUX_SetSyncPolarity() argument
732 …*)((uint32_t)((uint32_t)DMAMUXx + (DMAMUX_CCR_SIZE*(Channel)))))->CCR, DMAMUX_CxCR_SPOL, Polarity); in LL_DMAMUX_SetSyncPolarity()
1090 …tRequestGenPolarity(DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t RequestGenChannel, uint32_t Polarity) in LL_DMAMUX_SetRequestGenPolarity() argument
1092 …_RequestGenerator0 + (DMAMUX_RGCR_SIZE*(RequestGenChannel)))))->RGCR, DMAMUX_RGxCR_GPOL, Polarity); in LL_DMAMUX_SetRequestGenPolarity()
Dstm32l4xx_ll_crs.h437 __STATIC_INLINE void LL_CRS_SetSyncPolarity(uint32_t Polarity) in LL_CRS_SetSyncPolarity() argument
439 MODIFY_REG(CRS->CFGR, CRS_CFGR_SYNCPOL, Polarity); in LL_CRS_SetSyncPolarity()
Dstm32l4xx_hal_dma_ex.h100 …uint32_t Polarity; /*!< Specifies the polarity of the signal on which the request is generat… member
Dstm32l4xx_hal_tim_ex.h88 uint32_t Polarity; /*!< Specifies the break input source polarity. member
Dstm32l4xx_hal_uart_ex.h159 HAL_StatusTypeDef HAL_RS485Ex_Init(UART_HandleTypeDef *huart, uint32_t Polarity, uint32_t Assertion…
Dstm32l4xx_ll_usart.h1298 __STATIC_INLINE void LL_USART_ConfigClock(USART_TypeDef *USARTx, uint32_t Phase, uint32_t Polarity,… in LL_USART_ConfigClock() argument
1300 …MODIFY_REG(USARTx->CR2, USART_CR2_CPHA | USART_CR2_CPOL | USART_CR2_LBCL, Phase | Polarity | LBCPO… in LL_USART_ConfigClock()
2744 __STATIC_INLINE void LL_USART_SetDESignalPolarity(USART_TypeDef *USARTx, uint32_t Polarity) in LL_USART_SetDESignalPolarity() argument
2746 MODIFY_REG(USARTx->CR3, USART_CR3_DEP, Polarity); in LL_USART_SetDESignalPolarity()
Dstm32l4xx_hal_lptim.h78 uint32_t Polarity; /*!< Selects the polarity of the active edge for the counter unit member
Dstm32l4xx_ll_tim.h2181 __STATIC_INLINE void LL_TIM_OC_SetPolarity(TIM_TypeDef *TIMx, uint32_t Channel, uint32_t Polarity) in LL_TIM_OC_SetPolarity() argument
2184 …MODIFY_REG(TIMx->CCER, (TIM_CCER_CC1P << SHIFT_TAB_CCxP[iChannel]), Polarity << SHIFT_TAB_CCxP[iC… in LL_TIM_OC_SetPolarity()
3733 uint32_t Polarity) in LL_TIM_SetBreakInputSourcePolarity() argument
3736 …MODIFY_REG(*pReg, (TIMx_OR2_BKINP << TIM_POSITION_BRK_SOURCE), (Polarity << TIM_POSITION_BRK_SOURC… in LL_TIM_SetBreakInputSourcePolarity()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_usart.h755 __STATIC_INLINE void LL_USART_ConfigClock(USART_TypeDef *USARTx, uint32_t Phase, uint32_t Polarity,… in LL_USART_ConfigClock() argument
757 …MODIFY_REG(USARTx->CR2, USART_CR2_CPHA | USART_CR2_CPOL | USART_CR2_LBCL, Phase | Polarity | LBCPO… in LL_USART_ConfigClock()

12