EasyManua.ls Logo

ST STM32F2

ST STM32F2
1371 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
UM1940
HAL UART Generic Driver
DocID028236 Rev 2
669/1371
USART instance Deinit/Init, following
conditions for macro call should be
fulfilled : UART instance should have
already been initialised (through call
of HAL_UART_Init() )macro could
only be called when corresponding
UART instance is disabled (i.e
__HAL_UART_DISABLE(__HANDL
E__)) and should be followed by an
Enable macro (i.e
__HAL_UART_ENABLE(__HANDLE
__)).
__HAL_UART_ONE_BIT_SAMPLE_ENABLE
Description:
macros to enables the UART's one
bit sample method
Parameters:
__HANDLE__: specifies the UART
Handle.
Return value:
None
__HAL_UART_ONE_BIT_SAMPLE_DISABLE
Description:
macros to disables the UART's one
bit sample method
Parameters:
__HANDLE__: specifies the UART
Handle.
Return value:
None
__HAL_UART_ENABLE
Description:
Enable UART.
Parameters:
__HANDLE__: specifies the UART
Handle.
Return value:
None
__HAL_UART_DISABLE
Description:
Disable UART.
Parameters:
__HANDLE__: specifies the UART
Handle.
Return value:
None

Table of Contents

Related product manuals