-
USART 레지스터 CR3STM32 2021. 9. 29. 04:25
Control register 3 (USART_CR3)
Bit 15 DEP: Driver enable polarity selection
Bit 14 DEM: Driver enable mode
Bit 13 DDRE: DMA Disable on Reception Error
Bit 12 OVRDIS: Overrun Disable
Bit 11 ONEBIT: One sample bit method enable
0: Three sample bit method
1: One sample bit method
Bit 10 CTSIE: CTS interrupt enable
Bit 9 CTSE: CTS enable
Bit 8 RTSE: RTS enable
Bit 7 DMAT: DMA enable transmitter
Bit 6 DMAR: DMA enable receiver
1: DMA mode is enabled for reception
0: DMA mode is disabled for reception
Bit 3 HDSEL: Half-duplex selection
Bit 0 EIE: Error interrupt enable'STM32' 카테고리의 다른 글
STM32CubeIDE 설치 (0) 2022.12.29 SWV로 printf 나오게 하기. (STM32CubeIDE 사용) (0) 2021.11.29 USART 레지스터 ISR (0) 2021.09.29 UASRT 레지스터 CR2 (0) 2021.09.29 USART 레지스터 CR1 (0) 2021.09.29