Home
last modified time | relevance | path

Searched refs:WakeUpSelection (Results 1 – 25 of 32) sorted by relevance

12

/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_uart_ex.c77 …ic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
390 …AL_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in HAL_UARTEx_StopModeWakeUpSourceConfig() argument
398 assert_param(IS_UART_WAKEUP_SELECTION(WakeUpSelection.WakeUpEvent)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
409 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()
411 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
413 UARTEx_Wakeup_AddressConfig(huart, WakeUpSelection); in HAL_UARTEx_StopModeWakeUpSourceConfig()
673 …tic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in UARTEx_Wakeup_AddressConfig() argument
675 assert_param(IS_UART_ADDRESSLENGTH_DETECT(WakeUpSelection.AddressLength)); in UARTEx_Wakeup_AddressConfig()
678 MODIFY_REG(huart->Instance->CR2, USART_CR2_ADDM7, WakeUpSelection.AddressLength); in UARTEx_Wakeup_AddressConfig()
681 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_uart_ex.c60 …ic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
370 …AL_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in HAL_UARTEx_StopModeWakeUpSourceConfig() argument
378 assert_param(IS_UART_WAKEUP_SELECTION(WakeUpSelection.WakeUpEvent)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
389 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()
391 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
393 UARTEx_Wakeup_AddressConfig(huart, WakeUpSelection); in HAL_UARTEx_StopModeWakeUpSourceConfig()
751 …tic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in UARTEx_Wakeup_AddressConfig() argument
753 assert_param(IS_UART_ADDRESSLENGTH_DETECT(WakeUpSelection.AddressLength)); in UARTEx_Wakeup_AddressConfig()
756 MODIFY_REG(huart->Instance->CR2, USART_CR2_ADDM7, WakeUpSelection.AddressLength); in UARTEx_Wakeup_AddressConfig()
759 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_uart_ex.c61 …ic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
386 …AL_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in HAL_UARTEx_StopModeWakeUpSourceConfig() argument
394 assert_param(IS_UART_WAKEUP_SELECTION(WakeUpSelection.WakeUpEvent)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
406 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()
409 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
411 UARTEx_Wakeup_AddressConfig(huart, WakeUpSelection); in HAL_UARTEx_StopModeWakeUpSourceConfig()
771 …tic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in UARTEx_Wakeup_AddressConfig() argument
773 assert_param(IS_UART_ADDRESSLENGTH_DETECT(WakeUpSelection.AddressLength)); in UARTEx_Wakeup_AddressConfig()
776 MODIFY_REG(huart->Instance->CR2, USART_CR2_ADDM7, WakeUpSelection.AddressLength); in UARTEx_Wakeup_AddressConfig()
779 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_uart_ex.c61 …ic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
383 …AL_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in HAL_UARTEx_StopModeWakeUpSourceConfig() argument
391 assert_param(IS_UART_WAKEUP_SELECTION(WakeUpSelection.WakeUpEvent)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
403 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()
406 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
408 UARTEx_Wakeup_AddressConfig(huart, WakeUpSelection); in HAL_UARTEx_StopModeWakeUpSourceConfig()
816 …tic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in UARTEx_Wakeup_AddressConfig() argument
818 assert_param(IS_UART_ADDRESSLENGTH_DETECT(WakeUpSelection.AddressLength)); in UARTEx_Wakeup_AddressConfig()
821 MODIFY_REG(huart->Instance->CR2, USART_CR2_ADDM7, WakeUpSelection.AddressLength); in UARTEx_Wakeup_AddressConfig()
824 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_uart_ex.c60 …ic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
414 …AL_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in HAL_UARTEx_StopModeWakeUpSourceConfig() argument
422 assert_param(IS_UART_WAKEUP_SELECTION(WakeUpSelection.WakeUpEvent)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
433 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()
435 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
437 UARTEx_Wakeup_AddressConfig(huart, WakeUpSelection); in HAL_UARTEx_StopModeWakeUpSourceConfig()
843 …tic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in UARTEx_Wakeup_AddressConfig() argument
845 assert_param(IS_UART_ADDRESSLENGTH_DETECT(WakeUpSelection.AddressLength)); in UARTEx_Wakeup_AddressConfig()
848 MODIFY_REG(huart->Instance->CR2, USART_CR2_ADDM7, WakeUpSelection.AddressLength); in UARTEx_Wakeup_AddressConfig()
851 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_uart_ex.c77 …ic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
427 …AL_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in HAL_UARTEx_StopModeWakeUpSourceConfig() argument
435 assert_param(IS_UART_WAKEUP_SELECTION(WakeUpSelection.WakeUpEvent)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
446 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()
448 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
450 UARTEx_Wakeup_AddressConfig(huart, WakeUpSelection); in HAL_UARTEx_StopModeWakeUpSourceConfig()
991 …tic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in UARTEx_Wakeup_AddressConfig() argument
993 assert_param(IS_UART_ADDRESSLENGTH_DETECT(WakeUpSelection.AddressLength)); in UARTEx_Wakeup_AddressConfig()
996 MODIFY_REG(huart->Instance->CR2, USART_CR2_ADDM7, WakeUpSelection.AddressLength); in UARTEx_Wakeup_AddressConfig()
999 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_uart_ex.c77 …ic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
427 …AL_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in HAL_UARTEx_StopModeWakeUpSourceConfig() argument
435 assert_param(IS_UART_WAKEUP_SELECTION(WakeUpSelection.WakeUpEvent)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
446 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()
448 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
450 UARTEx_Wakeup_AddressConfig(huart, WakeUpSelection); in HAL_UARTEx_StopModeWakeUpSourceConfig()
985 …tic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in UARTEx_Wakeup_AddressConfig() argument
987 assert_param(IS_UART_ADDRESSLENGTH_DETECT(WakeUpSelection.AddressLength)); in UARTEx_Wakeup_AddressConfig()
990 MODIFY_REG(huart->Instance->CR2, USART_CR2_ADDM7, WakeUpSelection.AddressLength); in UARTEx_Wakeup_AddressConfig()
993 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_uart_ex.c77 …ic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
425 …AL_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in HAL_UARTEx_StopModeWakeUpSourceConfig() argument
433 assert_param(IS_UART_WAKEUP_SELECTION(WakeUpSelection.WakeUpEvent)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
444 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()
446 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
448 UARTEx_Wakeup_AddressConfig(huart, WakeUpSelection); in HAL_UARTEx_StopModeWakeUpSourceConfig()
987 …tic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in UARTEx_Wakeup_AddressConfig() argument
989 assert_param(IS_UART_ADDRESSLENGTH_DETECT(WakeUpSelection.AddressLength)); in UARTEx_Wakeup_AddressConfig()
992 MODIFY_REG(huart->Instance->CR2, USART_CR2_ADDM7, WakeUpSelection.AddressLength); in UARTEx_Wakeup_AddressConfig()
995 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_uart_ex.c77 …ic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
425 …AL_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in HAL_UARTEx_StopModeWakeUpSourceConfig() argument
433 assert_param(IS_UART_WAKEUP_SELECTION(WakeUpSelection.WakeUpEvent)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
444 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()
446 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
448 UARTEx_Wakeup_AddressConfig(huart, WakeUpSelection); in HAL_UARTEx_StopModeWakeUpSourceConfig()
961 …tic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in UARTEx_Wakeup_AddressConfig() argument
963 assert_param(IS_UART_ADDRESSLENGTH_DETECT(WakeUpSelection.AddressLength)); in UARTEx_Wakeup_AddressConfig()
966 MODIFY_REG(huart->Instance->CR2, USART_CR2_ADDM7, WakeUpSelection.AddressLength); in UARTEx_Wakeup_AddressConfig()
969 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_uart_ex.c77 …ic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
425 …AL_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in HAL_UARTEx_StopModeWakeUpSourceConfig() argument
433 assert_param(IS_UART_WAKEUP_SELECTION(WakeUpSelection.WakeUpEvent)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
444 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()
446 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
448 UARTEx_Wakeup_AddressConfig(huart, WakeUpSelection); in HAL_UARTEx_StopModeWakeUpSourceConfig()
987 …tic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in UARTEx_Wakeup_AddressConfig() argument
989 assert_param(IS_UART_ADDRESSLENGTH_DETECT(WakeUpSelection.AddressLength)); in UARTEx_Wakeup_AddressConfig()
992 MODIFY_REG(huart->Instance->CR2, USART_CR2_ADDM7, WakeUpSelection.AddressLength); in UARTEx_Wakeup_AddressConfig()
995 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_uart_ex.c77 …ic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
425 …AL_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in HAL_UARTEx_StopModeWakeUpSourceConfig() argument
433 assert_param(IS_UART_WAKEUP_SELECTION(WakeUpSelection.WakeUpEvent)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
444 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()
446 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
448 UARTEx_Wakeup_AddressConfig(huart, WakeUpSelection); in HAL_UARTEx_StopModeWakeUpSourceConfig()
1036 …tic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in UARTEx_Wakeup_AddressConfig() argument
1038 assert_param(IS_UART_ADDRESSLENGTH_DETECT(WakeUpSelection.AddressLength)); in UARTEx_Wakeup_AddressConfig()
1041 MODIFY_REG(huart->Instance->CR2, USART_CR2_ADDM7, WakeUpSelection.AddressLength); in UARTEx_Wakeup_AddressConfig()
1044 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_uart_ex.c77 …ic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
425 …AL_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in HAL_UARTEx_StopModeWakeUpSourceConfig() argument
433 assert_param(IS_UART_WAKEUP_SELECTION(WakeUpSelection.WakeUpEvent)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
444 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()
446 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
448 UARTEx_Wakeup_AddressConfig(huart, WakeUpSelection); in HAL_UARTEx_StopModeWakeUpSourceConfig()
1035 …tic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in UARTEx_Wakeup_AddressConfig() argument
1037 assert_param(IS_UART_ADDRESSLENGTH_DETECT(WakeUpSelection.AddressLength)); in UARTEx_Wakeup_AddressConfig()
1040 MODIFY_REG(huart->Instance->CR2, USART_CR2_ADDM7, WakeUpSelection.AddressLength); in UARTEx_Wakeup_AddressConfig()
1043 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_uart_ex.c77 …ic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
427 …AL_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in HAL_UARTEx_StopModeWakeUpSourceConfig() argument
435 assert_param(IS_UART_WAKEUP_SELECTION(WakeUpSelection.WakeUpEvent)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
446 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()
448 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
450 UARTEx_Wakeup_AddressConfig(huart, WakeUpSelection); in HAL_UARTEx_StopModeWakeUpSourceConfig()
1035 …tic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in UARTEx_Wakeup_AddressConfig() argument
1037 assert_param(IS_UART_ADDRESSLENGTH_DETECT(WakeUpSelection.AddressLength)); in UARTEx_Wakeup_AddressConfig()
1040 MODIFY_REG(huart->Instance->CR2, USART_CR2_ADDM7, WakeUpSelection.AddressLength); in UARTEx_Wakeup_AddressConfig()
1043 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_uart_ex.c79 …ic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
477 …AL_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in HAL_UARTEx_StopModeWakeUpSourceConfig() argument
485 assert_param(IS_UART_WAKEUP_SELECTION(WakeUpSelection.WakeUpEvent)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
496 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()
498 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
500 UARTEx_Wakeup_AddressConfig(huart, WakeUpSelection); in HAL_UARTEx_StopModeWakeUpSourceConfig()
1015 …tic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in UARTEx_Wakeup_AddressConfig() argument
1017 assert_param(IS_UART_ADDRESSLENGTH_DETECT(WakeUpSelection.AddressLength)); in UARTEx_Wakeup_AddressConfig()
1020 MODIFY_REG(huart->Instance->CR2, USART_CR2_ADDM7, WakeUpSelection.AddressLength); in UARTEx_Wakeup_AddressConfig()
1023 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_uart_ex.c77 …ic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
408 …AL_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in HAL_UARTEx_StopModeWakeUpSourceConfig() argument
416 assert_param(IS_UART_WAKEUP_SELECTION(WakeUpSelection.WakeUpEvent)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
427 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
429 UARTEx_Wakeup_AddressConfig(huart, WakeUpSelection); in HAL_UARTEx_StopModeWakeUpSourceConfig()
1088 …tic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in UARTEx_Wakeup_AddressConfig() argument
1090 assert_param(IS_UART_ADDRESSLENGTH_DETECT(WakeUpSelection.AddressLength)); in UARTEx_Wakeup_AddressConfig()
1093 MODIFY_REG(huart->Instance->CR2, USART_CR2_ADDM7, WakeUpSelection.AddressLength); in UARTEx_Wakeup_AddressConfig()
1096 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_uart_ex.c77 …ic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
408 …AL_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in HAL_UARTEx_StopModeWakeUpSourceConfig() argument
416 assert_param(IS_UART_WAKEUP_SELECTION(WakeUpSelection.WakeUpEvent)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
427 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
429 UARTEx_Wakeup_AddressConfig(huart, WakeUpSelection); in HAL_UARTEx_StopModeWakeUpSourceConfig()
1088 …tic void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection) in UARTEx_Wakeup_AddressConfig() argument
1090 assert_param(IS_UART_ADDRESSLENGTH_DETECT(WakeUpSelection.AddressLength)); in UARTEx_Wakeup_AddressConfig()
1093 MODIFY_REG(huart->Instance->CR2, USART_CR2_ADDM7, WakeUpSelection.AddressLength); in UARTEx_Wakeup_AddressConfig()
1096 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_uart_ex.h165 …L_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_uart_ex.h165 …L_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_uart_ex.h129 …L_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_uart_ex.h165 …L_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_uart_ex.h165 …L_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_uart_ex.h124 …L_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_uart_ex.h165 …L_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_uart_ex.h165 …L_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_uart_ex.h130 …L_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection);

12