Home
last modified time | relevance | path

Searched refs:ClockPolarity (Results 1 – 16 of 16) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_spi.c189 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
213 SPI_InitStruct->ClockPolarity | SPI_InitStruct->ClockPhase | in LL_SPI_Init()
254 SPI_InitStruct->ClockPolarity = LL_SPI_POLARITY_LOW; in LL_SPI_StructInit()
384 assert_param(IS_LL_I2S_CPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
400 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
484 I2S_InitStruct->ClockPolarity = LL_I2S_POLARITY_LOW; in LL_I2S_StructInit()
A Dstm32l1xx_ll_usart.c356 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit()
369 USART_CR2_CLKEN | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit()
392 …USART_ClockInitStruct->ClockPolarity = LL_USART_POLARITY_LOW; /* Not relevant when … in LL_USART_ClockStructInit()
A Dstm32l1xx_hal_tim.c4933 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()
4939 sClockSourceConfig->ClockPolarity, in HAL_TIM_ConfigClockSource()
4957 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()
4963 sClockSourceConfig->ClockPolarity, in HAL_TIM_ConfigClockSource()
4976 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()
4980 sClockSourceConfig->ClockPolarity, in HAL_TIM_ConfigClockSource()
4992 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()
4996 sClockSourceConfig->ClockPolarity, in HAL_TIM_ConfigClockSource()
5008 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()
5012 sClockSourceConfig->ClockPolarity, in HAL_TIM_ConfigClockSource()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_spi.h71 uint32_t ClockPolarity; /*!< Specifies the serial clock steady state. member
429 __STATIC_INLINE void LL_SPI_SetClockPolarity(SPI_TypeDef *SPIx, uint32_t ClockPolarity) in LL_SPI_SetClockPolarity() argument
431 MODIFY_REG(SPIx->CR1, SPI_CR1_CPOL, ClockPolarity); in LL_SPI_SetClockPolarity()
1208 uint32_t ClockPolarity; /*!< Specifies the idle state of the I2S clock. member
1456 __STATIC_INLINE void LL_I2S_SetClockPolarity(SPI_TypeDef *SPIx, uint32_t ClockPolarity) in LL_I2S_SetClockPolarity() argument
1458 SET_BIT(SPIx->I2SCFGR, ClockPolarity); in LL_I2S_SetClockPolarity()
A Dstm32l1xx_ll_usart.h124 uint32_t ClockPolarity; /*!< Specifies the steady state of the serial clock. member
706 __STATIC_INLINE void LL_USART_SetClockPolarity(USART_TypeDef *USARTx, uint32_t ClockPolarity) in LL_USART_SetClockPolarity() argument
708 MODIFY_REG(USARTx->CR2, USART_CR2_CPOL, ClockPolarity); in LL_USART_SetClockPolarity()
A Dstm32l1xx_hal_tim.h167 uint32_t ClockPolarity; /*!< TIM clock polarity member
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_lptim.c715 void LPTIM_ConfigClock(LPTIM_Module *LPTIMx, uint32_t ClockFilter, uint32_t ClockPolarity) in LPTIM_ConfigClock() argument
717 MODIFY_REG(LPTIMx->CFG, LPTIM_CFG_CLKFLT | LPTIM_CFG_CLKPOL, ClockFilter | ClockPolarity); in LPTIM_ConfigClock()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_lptim.c715 void LPTIM_ConfigClock(LPTIM_Module *LPTIMx, uint32_t ClockFilter, uint32_t ClockPolarity) in LPTIM_ConfigClock() argument
717 MODIFY_REG(LPTIMx->CFG, LPTIM_CFG_CLKFLT | LPTIM_CFG_CLKPOL, ClockFilter | ClockPolarity); in LPTIM_ConfigClock()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_lptim.c715 void LPTIM_ConfigClock(LPTIM_Module *LPTIMx, uint32_t ClockFilter, uint32_t ClockPolarity) in LPTIM_ConfigClock() argument
717 MODIFY_REG(LPTIMx->CFG, LPTIM_CFG_CLKFLT | LPTIM_CFG_CLKPOL, ClockFilter | ClockPolarity); in LPTIM_ConfigClock()
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_TIMER.c575 sClockSourceConfig->ClockPolarity, in HAL_TIMER_SelectClockSource()
586 sClockSourceConfig->ClockPolarity, in HAL_TIMER_SelectClockSource()
599 sClockSourceConfig->ClockPolarity, in HAL_TIMER_SelectClockSource()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_TIMER.c608 sClockSourceConfig->ClockPolarity, in HAL_TIMER_SelectClockSource()
619 sClockSourceConfig->ClockPolarity, in HAL_TIMER_SelectClockSource()
632 sClockSourceConfig->ClockPolarity, in HAL_TIMER_SelectClockSource()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_lptim.h359 void LPTIM_ConfigClock(LPTIM_Module *LPTIMx, uint32_t ClockFilter, uint32_t ClockPolarity);
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_lptim.h359 void LPTIM_ConfigClock(LPTIM_Module *LPTIMx, uint32_t ClockFilter, uint32_t ClockPolarity);
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_lptim.h359 void LPTIM_ConfigClock(LPTIM_Module *LPTIMx, uint32_t ClockFilter, uint32_t ClockPolarity);
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_TIMER.h376 uint32_t ClockPolarity; //TIMER clock polarity member
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_TIMER.h392 uint32_t ClockPolarity; //TIMER clock polarity member

Completed in 51 milliseconds