Searched refs:last_bit (Results 1 – 6 of 6) sorted by relevance
127 …usart_last_bit_t last_bit; /**< Specifies whether the clock pulse corresponding to the last transm… member
209 …usart_last_bit_t last_bit; /**< Specifies whether the clock pulse corresponding to the last transm… member
299 uint8_t last_bit; member
153 tmp = SEI_DAT_IDX_LAST_BIT_SET(config->last_bit) in sei_cmd_data_format_config_init()
902 MODIFY_REG(tmp, USART_CON1_LBCP_MSK, hperh->init.last_bit << USART_CON1_LBCP_POS); in smartcard_set_config()
414 MODIFY_REG(hperh->perh->CON1, USART_CON1_LBCP_MSK, init->last_bit << USART_CON1_LBCP_POS); in ald_usart_clock_init()
Completed in 19 milliseconds