Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_uart.h698 …TypeDef HAL_MultiProcessor_Init(UART_HandleTypeDef *huart, uint8_t Address, uint32_t WakeUpMethod);
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_uart.c580 …sTypeDef HAL_MultiProcessor_Init(UART_HandleTypeDef *huart, uint8_t Address, uint32_t WakeUpMethod) in HAL_MultiProcessor_Init() argument
592 assert_param(IS_UART_WAKEUPMETHOD(WakeUpMethod)); in HAL_MultiProcessor_Init()
638 SET_BIT(huart->Instance->CR1, WakeUpMethod); in HAL_MultiProcessor_Init()

Completed in 10 milliseconds