Searched defs:first_init (Results 1 – 6 of 6) sorted by relevance
121 STATIC int32_t machine_hw_i2c_init(machine_hw_i2c_obj_t *self, bool first_init) { in machine_hw_i2c_init()167 bool first_init = false; in machine_hw_i2c_make_new() local
65 STATIC int32_t machine_hw_spi_init_internal(machine_hw_spi_obj_t *self, bool first_init) { in machine_hw_spi_init_internal()196 bool first_init = false; in machine_hw_spi_make_new() local
54 STATIC mp_int_t machine_hw_spi_init_internal(machine_hw_spi_obj_t *self, bool first_init) in machine_hw_spi_init_internal()213 bool first_init = false; in machine_hw_spi_make_new() local
158 STATIC mp_int_t machine_hw_i2c_init(machine_hw_i2c_obj_t *self, bool first_init) in machine_hw_i2c_init()212 bool first_init = false; in machine_hw_i2c_make_new() local
Completed in 37 milliseconds