Home
last modified time | relevance | path

Searched refs:USART_AUTOCR_IDLEDIS (Results 1 – 25 of 29) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_lpuart.h2604 CLEAR_BIT(LPUARTx->AUTOCR, USART_AUTOCR_IDLEDIS); in LL_LPUART_Enable_AutonomousSendIdleFrame()
2615 SET_BIT(LPUARTx->AUTOCR, USART_AUTOCR_IDLEDIS); in LL_LPUART_Disable_AutonomousSendIdleFrame()
2626 return ((READ_BIT(LPUARTx->AUTOCR, USART_AUTOCR_IDLEDIS) == (USART_AUTOCR_IDLEDIS)) ? 0UL : 1UL); in LL_LPUART_IsEnabled_AutonomousSendIdleFrame()
Dstm32u5xx_ll_usart.h4329 CLEAR_BIT(USARTx->AUTOCR, USART_AUTOCR_IDLEDIS); in LL_USART_Enable_AutonomousSendIdleFrame()
4340 SET_BIT(USARTx->AUTOCR, USART_AUTOCR_IDLEDIS); in LL_USART_Disable_AutonomousSendIdleFrame()
4351 return ((READ_BIT(USARTx->AUTOCR, USART_AUTOCR_IDLEDIS) == (USART_AUTOCR_IDLEDIS)) ? 0UL : 1UL); in LL_USART_IsEnabled_AutonomousSendIdleFrame()
Dstm32u5xx_hal_usart_ex.h164 #define USART_IDLE_FRAME_DISABLE USART_AUTOCR_IDLEDIS /*!< IDLE Frame not sent after enabling t…
Dstm32u5xx_hal_uart_ex.h171 #define UART_IDLE_FRAME_DISABLE USART_AUTOCR_IDLEDIS /*!< IDLE Frame not sent after enabling th…
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_lpuart.h2605 CLEAR_BIT(LPUARTx->AUTOCR, USART_AUTOCR_IDLEDIS); in LL_LPUART_Enable_AutonomousSendIdleFrame()
2616 SET_BIT(LPUARTx->AUTOCR, USART_AUTOCR_IDLEDIS); in LL_LPUART_Disable_AutonomousSendIdleFrame()
2627 return ((READ_BIT(LPUARTx->AUTOCR, USART_AUTOCR_IDLEDIS) == (USART_AUTOCR_IDLEDIS)) ? 0UL : 1UL); in LL_LPUART_IsEnabled_AutonomousSendIdleFrame()
Dstm32wbaxx_ll_usart.h4333 CLEAR_BIT(USARTx->AUTOCR, USART_AUTOCR_IDLEDIS); in LL_USART_Enable_AutonomousSendIdleFrame()
4344 SET_BIT(USARTx->AUTOCR, USART_AUTOCR_IDLEDIS); in LL_USART_Disable_AutonomousSendIdleFrame()
4355 return ((READ_BIT(USARTx->AUTOCR, USART_AUTOCR_IDLEDIS) == (USART_AUTOCR_IDLEDIS)) ? 0UL : 1UL); in LL_USART_IsEnabled_AutonomousSendIdleFrame()
Dstm32wbaxx_hal_usart_ex.h164 #define USART_IDLE_FRAME_DISABLE USART_AUTOCR_IDLEDIS /*!< IDLE Frame not sent after enabling t…
Dstm32wbaxx_hal_uart_ex.h171 #define UART_IDLE_FRAME_DISABLE USART_AUTOCR_IDLEDIS /*!< IDLE Frame not sent after enabling th…
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_usart_ex.c554 sConfig->IdleFrame = (tmpreg & USART_AUTOCR_IDLEDIS); in HAL_USARTEx_GetConfigAutonomousMode()
Dstm32wbaxx_hal_uart_ex.c1029 sConfig->IdleFrame = (tmpreg & USART_AUTOCR_IDLEDIS); in HAL_UARTEx_GetConfigAutonomousMode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_usart_ex.c554 sConfig->IdleFrame = (tmpreg & USART_AUTOCR_IDLEDIS); in HAL_USARTEx_GetConfigAutonomousMode()
Dstm32u5xx_hal_uart_ex.c1045 sConfig->IdleFrame = (tmpreg & USART_AUTOCR_IDLEDIS); in HAL_UARTEx_GetConfigAutonomousMode()
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h9951 #define USART_AUTOCR_IDLEDIS USART_AUTOCR_IDLEDIS_Msk /*!< Idle Frame… macro
Dstm32wba52xx.h14119 #define USART_AUTOCR_IDLEDIS USART_AUTOCR_IDLEDIS_Msk /*!< Idle Frame… macro
Dstm32wba54xx.h14827 #define USART_AUTOCR_IDLEDIS USART_AUTOCR_IDLEDIS_Msk /*!< Idle Frame… macro
Dstm32wba5mxx.h14845 #define USART_AUTOCR_IDLEDIS USART_AUTOCR_IDLEDIS_Msk /*!< Idle Frame… macro
Dstm32wba55xx.h14845 #define USART_AUTOCR_IDLEDIS USART_AUTOCR_IDLEDIS_Msk /*!< Idle Frame… macro
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h20151 #define USART_AUTOCR_IDLEDIS USART_AUTOCR_IDLEDIS_Msk /*!< Idle Frame… macro
Dstm32u535xx.h19555 #define USART_AUTOCR_IDLEDIS USART_AUTOCR_IDLEDIS_Msk /*!< Idle Frame… macro
Dstm32u575xx.h22690 #define USART_AUTOCR_IDLEDIS USART_AUTOCR_IDLEDIS_Msk /*!< Idle Frame… macro
Dstm32u585xx.h23352 #define USART_AUTOCR_IDLEDIS USART_AUTOCR_IDLEDIS_Msk /*!< Idle Frame… macro
Dstm32u595xx.h23999 #define USART_AUTOCR_IDLEDIS USART_AUTOCR_IDLEDIS_Msk /*!< Idle Frame… macro
Dstm32u5a5xx.h24661 #define USART_AUTOCR_IDLEDIS USART_AUTOCR_IDLEDIS_Msk /*!< Idle Frame… macro
Dstm32u5f7xx.h25680 #define USART_AUTOCR_IDLEDIS USART_AUTOCR_IDLEDIS_Msk /*!< Idle Frame… macro
Dstm32u599xx.h27833 #define USART_AUTOCR_IDLEDIS USART_AUTOCR_IDLEDIS_Msk /*!< Idle Frame… macro

12