Home
last modified time | relevance | path

Searched refs:TxPinLevelInvert (Results 1 – 8 of 8) sorted by relevance

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_smartcard.c1026 assert_param(IS_SMARTCARD_ADVFEATURE_TXINV(hsc->AdvancedInit.TxPinLevelInvert)); in SMARTCARD_AdvFeatureConfig()
1027 MODIFY_REG(hsc->Instance->CR2, USART_CR2_TXINV, hsc->AdvancedInit.TxPinLevelInvert); in SMARTCARD_AdvFeatureConfig()
A Dstm32f7xx_hal_uart.c1654 assert_param(IS_UART_ADVFEATURE_TXINV(huart->AdvancedInit.TxPinLevelInvert)); in UART_AdvFeatureConfig()
1655 MODIFY_REG(huart->Instance->CR2, USART_CR2_TXINV, huart->AdvancedInit.TxPinLevelInvert); in UART_AdvFeatureConfig()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_smartcard.h132 uint32_t TxPinLevelInvert; /*!< Specifies whether the TX pin active level is inverted. member
A Dstm32f7xx_hal_uart.h111 uint32_t TxPinLevelInvert; /*!< Specifies whether the TX pin active level is inverted. member
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_smartcard.h134 uint32_t TxPinLevelInvert; /*!< Specifies whether the TX pin active level is inverted. member
A Dstm32f0xx_hal_uart.h111 uint32_t TxPinLevelInvert; /*!< Specifies whether the TX pin active level is inverted. member
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_smartcard.c1772 assert_param(IS_SMARTCARD_ADVFEATURE_TXINV(hsmartcard->AdvancedInit.TxPinLevelInvert)); in SMARTCARD_AdvFeatureConfig()
1773 … MODIFY_REG(hsmartcard->Instance->CR2, USART_CR2_TXINV, hsmartcard->AdvancedInit.TxPinLevelInvert); in SMARTCARD_AdvFeatureConfig()
A Dstm32f0xx_hal_uart.c2222 assert_param(IS_UART_ADVFEATURE_TXINV(huart->AdvancedInit.TxPinLevelInvert)); in UART_AdvFeatureConfig()
2223 MODIFY_REG(huart->Instance->CR2, USART_CR2_TXINV, huart->AdvancedInit.TxPinLevelInvert); in UART_AdvFeatureConfig()

Completed in 23 milliseconds