@@ -4047,7 +4047,7 @@ pub mod usart1 {
4047
4047
impl SerialSync for USART {
4048
4048
type Ck = Ck ;
4049
4049
}
4050
- impl SerialRs232 for USART {
4050
+ impl SerialFlowControl for USART {
4051
4051
type Cts = Cts ;
4052
4052
type Rts = Rts ;
4053
4053
}
@@ -4103,7 +4103,7 @@ pub mod usart2 {
4103
4103
impl SerialSync for USART {
4104
4104
type Ck = Ck ;
4105
4105
}
4106
- impl SerialRs232 for USART {
4106
+ impl SerialFlowControl for USART {
4107
4107
type Cts = Cts ;
4108
4108
type Rts = Rts ;
4109
4109
}
@@ -4182,7 +4182,7 @@ pub mod usart3 {
4182
4182
impl SerialSync for USART {
4183
4183
type Ck = Ck ;
4184
4184
}
4185
- impl SerialRs232 for USART {
4185
+ impl SerialFlowControl for USART {
4186
4186
type Cts = Cts ;
4187
4187
type Rts = Rts ;
4188
4188
}
@@ -4293,7 +4293,7 @@ pub mod usart6 {
4293
4293
feature = "gpio-f446" ,
4294
4294
feature = "gpio-f469"
4295
4295
) ) ]
4296
- impl SerialRs232 for USART {
4296
+ impl SerialFlowControl for USART {
4297
4297
type Cts = Cts ;
4298
4298
type Rts = Rts ;
4299
4299
}
@@ -4355,7 +4355,7 @@ pub mod uart4 {
4355
4355
type Tx < Otype > = Tx < Otype > ;
4356
4356
}
4357
4357
#[ cfg( feature = "gpio-f446" ) ]
4358
- impl SerialRs232 for UART {
4358
+ impl SerialFlowControl for UART {
4359
4359
type Cts = Cts ;
4360
4360
type Rts = Rts ;
4361
4361
}
@@ -4416,7 +4416,7 @@ pub mod uart5 {
4416
4416
type Tx < Otype > = Tx < Otype > ;
4417
4417
}
4418
4418
#[ cfg( feature = "gpio-f446" ) ]
4419
- impl SerialRs232 for UART {
4419
+ impl SerialFlowControl for UART {
4420
4420
type Cts = Cts ;
4421
4421
type Rts = Rts ;
4422
4422
}
0 commit comments