Searched refs:hx711_data (Results 1 – 1 of 1) sorted by relevance
87 struct hx711_data { struct110 static int hx711_cycle(struct hx711_data *hx711_data) in hx711_cycle() argument120 gpiod_set_value(hx711_data->gpiod_pd_sck, 1); in hx711_cycle()127 ndelay(hx711_data->data_ready_delay_ns); in hx711_cycle()129 val = gpiod_get_value(hx711_data->gpiod_dout); in hx711_cycle()136 gpiod_set_value(hx711_data->gpiod_pd_sck, 0); in hx711_cycle()143 ndelay(hx711_data->data_ready_delay_ns); in hx711_cycle()148 static int hx711_read(struct hx711_data *hx711_data) in hx711_read() argument152 int val = gpiod_get_value(hx711_data->gpiod_dout); in hx711_read()160 ret = hx711_cycle(hx711_data); in hx711_read()[all …]