Home
last modified time | relevance | path

Searched refs:PinInvMethod (Results 1 – 2 of 2) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_lpuart.h1094 __STATIC_INLINE void LL_LPUART_SetRXPinLevel(USART_TypeDef *LPUARTx, uint32_t PinInvMethod) in LL_LPUART_SetRXPinLevel() argument
1096 MODIFY_REG(LPUARTx->CR2, USART_CR2_RXINV, PinInvMethod); in LL_LPUART_SetRXPinLevel()
1121 __STATIC_INLINE void LL_LPUART_SetTXPinLevel(USART_TypeDef *LPUARTx, uint32_t PinInvMethod) in LL_LPUART_SetTXPinLevel() argument
1123 MODIFY_REG(LPUARTx->CR2, USART_CR2_TXINV, PinInvMethod); in LL_LPUART_SetTXPinLevel()
H A Dstm32l4xx_ll_usart.h1476 __STATIC_INLINE void LL_USART_SetRXPinLevel(USART_TypeDef *USARTx, uint32_t PinInvMethod) in LL_USART_SetRXPinLevel() argument
1478 MODIFY_REG(USARTx->CR2, USART_CR2_RXINV, PinInvMethod); in LL_USART_SetRXPinLevel()
1503 __STATIC_INLINE void LL_USART_SetTXPinLevel(USART_TypeDef *USARTx, uint32_t PinInvMethod) in LL_USART_SetTXPinLevel() argument
1505 MODIFY_REG(USARTx->CR2, USART_CR2_TXINV, PinInvMethod); in LL_USART_SetTXPinLevel()