Searched refs:parity (Results 1 – 6 of 6) sorted by relevance
431 uint8_t parity, bit; in ble_plat_svc_config() local434 for (bit = 1, parity = (svc[i] & 1); bit < avs_data_bits; bit++) in ble_plat_svc_config()435 parity ^= (svc[i] >> bit) & 1; in ble_plat_svc_config()439 (parity != ((svc[i] >> avs_data_bits) & 1))) in ble_plat_svc_config()
91 uint32_t parity; /* member
149 init->parity | in uart_set_config()265 if (init->parity != STM32_UART_PARITY_NONE) { in stm32_uart_rdr_mask()
492 .parity = STM32_UART_PARITY_EVEN,
129 /* L2 ECC parity protection disable flag \*/
1426 soc_version[23:16] = JEP-106 identification code with parity bit for the SiP
Completed in 12 milliseconds