/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_ll_lptim.c | 142 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()
|
D | stm32l0xx_hal_uart_ex.c | 164 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()
|
D | stm32l0xx_hal_lptim.c | 181 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()
|
D | stm32l0xx_hal_rcc_ex.c | 869 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/ |
D | stm32l4xx_ll_lptim.c | 142 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()
|
D | stm32l4xx_hal_dma_ex.c | 167 assert_param(IS_DMAMUX_REQUEST_GEN_POLARITY(pRequestGeneratorConfig->Polarity)); in HAL_DMAEx_ConfigMuxRequestGenerator() 181 pRequestGeneratorConfig->Polarity; in HAL_DMAEx_ConfigMuxRequestGenerator()
|
D | stm32l4xx_hal_uart_ex.c | 183 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()
|
D | stm32l4xx_hal_lptim.c | 239 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()
|
D | stm32l4xx_hal_tim_ex.c | 1741 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/ |
D | stm32l0xx_ll_lptim.h | 98 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()
|
D | stm32l0xx_ll_crs.h | 447 __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()
|
D | stm32l0xx_hal_uart_ex.h | 119 HAL_StatusTypeDef HAL_RS485Ex_Init(UART_HandleTypeDef *huart, uint32_t Polarity, uint32_t Assertion…
|
D | stm32l0xx_ll_usart.h | 974 __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()
|
D | stm32l0xx_hal_lptim.h | 89 uint32_t Polarity; /*!< Selects the polarity of the active edge for the counter unit member
|
D | stm32l0xx_ll_lpuart.h | 1262 __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/ |
D | stm32l4xx_ll_lptim.h | 97 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()
|
D | stm32l4xx_ll_dmamux.h | 730 …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()
|
D | stm32l4xx_ll_crs.h | 437 __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()
|
D | stm32l4xx_hal_dma_ex.h | 100 …uint32_t Polarity; /*!< Specifies the polarity of the signal on which the request is generat… member
|
D | stm32l4xx_hal_tim_ex.h | 88 uint32_t Polarity; /*!< Specifies the break input source polarity. member
|
D | stm32l4xx_hal_uart_ex.h | 159 HAL_StatusTypeDef HAL_RS485Ex_Init(UART_HandleTypeDef *huart, uint32_t Polarity, uint32_t Assertion…
|
D | stm32l4xx_ll_usart.h | 1298 __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()
|
D | stm32l4xx_hal_lptim.h | 78 uint32_t Polarity; /*!< Selects the polarity of the active edge for the counter unit member
|
D | stm32l4xx_ll_tim.h | 2181 __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/ |
D | stm32l1xx_ll_usart.h | 755 __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()
|