Searched refs:twi_options (Results 1 – 1 of 1) sorted by relevance
108 twi_options_t twi_options = {.speed = 133333}; in sha204p_wakeup() local114 int twi_master_setup_status = twi_master_setup(ATSHA204_TWI_PORT, &twi_options); in sha204p_wakeup()130 twi_options.speed = ATSHA204_TWI_SPEED; in sha204p_wakeup()131 return (uint8_t) twi_master_setup(ATSHA204_TWI_PORT, &twi_options); in sha204p_wakeup()
Completed in 12 milliseconds