Home
last modified time | relevance | path

Searched refs:USART_CTL3 (Results 1 – 8 of 8) sorted by relevance

/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_usart.c257 USART_CTL3(usart_periph) &= ~(USART_CTL3_MSBF); in usart_data_first_config()
258 USART_CTL3(usart_periph) |= msbf; in usart_data_first_config()
281 USART_CTL3(usart_periph) |= USART_CTL3_DINV; in usart_invert_config()
285 USART_CTL3(usart_periph) |= USART_CTL3_TINV; in usart_invert_config()
289 USART_CTL3(usart_periph) |= USART_CTL3_RINV; in usart_invert_config()
293 USART_CTL3(usart_periph) &= ~(USART_CTL3_DINV); in usart_invert_config()
297 USART_CTL3(usart_periph) &= ~(USART_CTL3_TINV); in usart_invert_config()
301 USART_CTL3(usart_periph) &= ~(USART_CTL3_RINV); in usart_invert_config()
316 USART_CTL3(usart_periph) |= USART_CTL3_RTEN; in usart_receiver_timeout_enable()
327 USART_CTL3(usart_periph) &= ~(USART_CTL3_RTEN); in usart_receiver_timeout_disable()
[all …]
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_usart.c261 ctl = USART_CTL3(usart_periph); in usart_data_first_config()
265 USART_CTL3(usart_periph) = ctl; in usart_data_first_config()
288 USART_CTL3(usart_periph) |= USART_CTL3_DINV; in usart_invert_config()
292 USART_CTL3(usart_periph) |= USART_CTL3_TINV; in usart_invert_config()
296 USART_CTL3(usart_periph) |= USART_CTL3_RINV; in usart_invert_config()
300 USART_CTL3(usart_periph) &= ~(USART_CTL3_DINV); in usart_invert_config()
304 USART_CTL3(usart_periph) &= ~(USART_CTL3_TINV); in usart_invert_config()
308 USART_CTL3(usart_periph) &= ~(USART_CTL3_RINV); in usart_invert_config()
323 USART_CTL3(usart_periph) |= USART_CTL3_RTEN; in usart_receiver_timeout_enable()
334 USART_CTL3(usart_periph) &= ~(USART_CTL3_RTEN); in usart_receiver_timeout_disable()
[all …]
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_usart.c279 ctl = USART_CTL3(usart_periph); in usart_data_first_config()
283 USART_CTL3(usart_periph) = ctl; in usart_data_first_config()
305 USART_CTL3(usart_periph) |= USART_CTL3_DINV; in usart_invert_config()
308 USART_CTL3(usart_periph) |= USART_CTL3_TINV; in usart_invert_config()
311 USART_CTL3(usart_periph) |= USART_CTL3_RINV; in usart_invert_config()
314 USART_CTL3(usart_periph) &= ~(USART_CTL3_DINV); in usart_invert_config()
317 USART_CTL3(usart_periph) &= ~(USART_CTL3_TINV); in usart_invert_config()
320 USART_CTL3(usart_periph) &= ~(USART_CTL3_RINV); in usart_invert_config()
368 USART_CTL3(usart_periph) |= USART_CTL3_RTEN; in usart_receiver_timeout_enable()
379 USART_CTL3(usart_periph) &= ~(USART_CTL3_RTEN); in usart_receiver_timeout_disable()
[all …]
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c390 USART_CTL3(usart_periph) |= USART_CTL3_RTEN; in usart_receiver_timeout_enable()
407 USART_CTL3(usart_periph) &= ~(USART_CTL3_RTEN); in usart_receiver_timeout_disable()
829 USART_CTL3(usart_periph) &= ~(USART_CTL3_SCRTNUM); in usart_smartcard_autoretry_config()
831 USART_CTL3(usart_periph) |= (USART_CTL3_SCRTNUM & ((scrtnum)<<1)); in usart_smartcard_autoretry_config()
1056 ctl = USART_CTL3(usart_periph); in usart_data_first_config()
1060 USART_CTL3(usart_periph) = ctl; in usart_data_first_config()
1082 USART_CTL3(usart_periph) |= USART_CTL3_DINV; in usart_invert_config()
1085 USART_CTL3(usart_periph) &= ~(USART_CTL3_DINV); in usart_invert_config()
1088 USART_CTL3(usart_periph) |= USART_CTL3_TINV; in usart_invert_config()
1091 USART_CTL3(usart_periph) &= ~(USART_CTL3_TINV); in usart_invert_config()
[all …]
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_usart.h57 #define USART_CTL3(usartx) REG32((usartx) + 0x80U) /*!< USART control register 3 … macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_usart.h58 #define USART_CTL3(usartx) REG32((usartx) + 0x80U) /*!< USART control register 3 … macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_usart.h61 #define USART_CTL3(usartx) REG32((usartx) + 0x80U) /*!< USART control register 3 … macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h60 #define USART_CTL3(usartx) REG32((usartx) + 0x000000080U) /*!< USART control regi… macro