Home
last modified time | relevance | path

Searched refs:OneBitSampling (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/CMSIS_Driver/
Dlow_level_com.c104 uart_device.Init.OneBitSampling = UART_ONE_BIT_SAMPLE_DISABLE; in USART0_Initialize()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_uart.h88 …uint32_t OneBitSampling; /*!< Specifies whether a single sample or three samples' major… member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_uart.h91 …uint32_t OneBitSampling; /*!< Specifies whether a single sample or three samples' majorit… member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_uart.h91 …uint32_t OneBitSampling; /*!< Specifies whether a single sample or three samples' majorit… member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_uart.c3044 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()
3078 tmpreg |= huart->Init.OneBitSampling; in UART_SetConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_uart.c3018 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()
3052 tmpreg |= huart->Init.OneBitSampling; in UART_SetConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_uart.c3104 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()
3138 tmpreg |= huart->Init.OneBitSampling; in UART_SetConfig()