commit | 5217a1721445a6de3451496c4db8e91ca4459fc7 | [log] [tgz] |
---|---|---|
author | Kenneth J. Miller <ken@miller.ec> | Tue Jun 20 01:39:32 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Sep 01 09:51:55 2023 +0200 |
tree | eae426209bf8e5a34fa829ceaf917cc906ed7eab | |
parent | 31a6e31cee4682ce6065fb49bab749b9b9d9c047 [diff] |
drivers: serial: stm32: Consolidate UART config Move overlapping UART parameter configuration to new uart_stm32_parameters_set function. This function is called by uart_stm32_configure upon application/subsystem configuration, and uart_stm32_registers_configure upon (re-)initialization of driver instances. Signed-off-by: Kenneth J. Miller <ken@miller.ec>