Searched refs:USART_CTL3 (Results 1 – 8 of 8) sorted by relevance
257 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 …]
261 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 …]
279 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 …]
390 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 …]
57 #define USART_CTL3(usartx) REG32((usartx) + 0x80U) /*!< USART control register 3 … macro
58 #define USART_CTL3(usartx) REG32((usartx) + 0x80U) /*!< USART control register 3 … macro
61 #define USART_CTL3(usartx) REG32((usartx) + 0x80U) /*!< USART control register 3 … macro
60 #define USART_CTL3(usartx) REG32((usartx) + 0x000000080U) /*!< USART control regi… macro