Home
last modified time | relevance | path

Searched refs:USART_CR3_WUS (Results 1 – 25 of 249) sorted by relevance

12345678910

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_lpuart.h389 #if defined(USART_CR3_WUS)
1322 #if defined(USART_CR3_WUS)
1335 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
1349 return (uint32_t)(READ_BIT(LPUARTx->CR3, USART_CR3_WUS)); in LL_LPUART_GetWKUPType()
Dstm32wb0x_ll_usart.h492 #if defined(USART_CR3_WUS)
1838 #if defined(USART_CR3_WUS)
1853 MODIFY_REG(USARTx->CR3, USART_CR3_WUS, Type); in LL_USART_SetWKUPType()
1869 return (uint32_t)(READ_BIT(USARTx->CR3, USART_CR3_WUS)); in LL_USART_GetWKUPType()
Dstm32wb0x_hal_uart.h677 #if defined(USART_CR3_WUS)
680 #define UART_WAKEUP_ON_READDATA_NONEMPTY USART_CR3_WUS /*!< UART wake-up on receive da…
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_uart_ex.c406 #if defined(USART_CR3_WUS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
408 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_uart_ex.c403 #if defined(USART_CR3_WUS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
405 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_usart.h431 #if defined(USART_CR3_WUS)
1588 #if defined(USART_CR3_WUS)
1603 MODIFY_REG(USARTx->CR3, USART_CR3_WUS, Type); in LL_USART_SetWKUPType()
1619 return (uint32_t)(READ_BIT(USARTx->CR3, USART_CR3_WUS)); in LL_USART_GetWKUPType()
Dstm32f7xx_hal_uart.h640 #if defined(USART_CR3_WUS)
643 #define UART_WAKEUP_ON_READDATA_NONEMPTY USART_CR3_WUS /*!< UART wake-up on receive da…
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_uart_ex.c458 #if defined(USART_CR3_WUS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
460 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_usart.h443 #if defined(USART_CR3_WUS)
1581 #if defined(USART_CR3_WUS)
1596 MODIFY_REG(USARTx->CR3, USART_CR3_WUS, Type); in LL_USART_SetWKUPType()
1612 return (uint32_t)(READ_BIT(USARTx->CR3, USART_CR3_WUS)); in LL_USART_GetWKUPType()
Dstm32f0xx_hal_uart.h641 #if defined(USART_CR3_WUS)
644 #define UART_WAKEUP_ON_READDATA_NONEMPTY USART_CR3_WUS /*!< UART wake-up on receive da…
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_lpuart.h1092 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
1106 return (uint32_t)(READ_BIT(LPUARTx->CR3, USART_CR3_WUS)); in LL_LPUART_GetWKUPType()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_lpuart.h1324 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
1338 return (uint32_t)(READ_BIT(LPUARTx->CR3, USART_CR3_WUS)); in LL_LPUART_GetWKUPType()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_lpuart.h1324 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
1338 return (uint32_t)(READ_BIT(LPUARTx->CR3, USART_CR3_WUS)); in LL_LPUART_GetWKUPType()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_lpuart.h1324 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
1338 return (uint32_t)(READ_BIT(LPUARTx->CR3, USART_CR3_WUS)); in LL_LPUART_GetWKUPType()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_lpuart.h1324 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
1338 return (uint32_t)(READ_BIT(LPUARTx->CR3, USART_CR3_WUS)); in LL_LPUART_GetWKUPType()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_lpuart.h1324 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
1338 return (uint32_t)(READ_BIT(LPUARTx->CR3, USART_CR3_WUS)); in LL_LPUART_GetWKUPType()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_lpuart.h1324 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
1338 return (uint32_t)(READ_BIT(LPUARTx->CR3, USART_CR3_WUS)); in LL_LPUART_GetWKUPType()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_lpuart.h1324 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
1338 return (uint32_t)(READ_BIT(LPUARTx->CR3, USART_CR3_WUS)); in LL_LPUART_GetWKUPType()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_lpuart.h1324 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
1338 return (uint32_t)(READ_BIT(LPUARTx->CR3, USART_CR3_WUS)); in LL_LPUART_GetWKUPType()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_lpuart.h1324 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
1338 return (uint32_t)(READ_BIT(LPUARTx->CR3, USART_CR3_WUS)); in LL_LPUART_GetWKUPType()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_lpuart.h1324 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
1338 return (uint32_t)(READ_BIT(LPUARTx->CR3, USART_CR3_WUS)); in LL_LPUART_GetWKUPType()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_uart_ex.c391 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_uart_ex.c409 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_lpuart.h1403 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
1417 return (uint32_t)(READ_BIT(LPUARTx->CR3, USART_CR3_WUS)); in LL_LPUART_GetWKUPType()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_uart_ex.c433 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()

12345678910