Searched refs:nibbles_to_send (Results 1 – 1 of 1) sorted by relevance
279 uint8_t nibbles_to_send = m_num_nibbles - (m_is_sync ? 22 : m_num_F_nibbles); in waitForSync() local280 uint8_t bytes_to_send = (nibbles_to_send / 2) + (nibbles_to_send % 2); in waitForSync()