Home
last modified time | relevance | path

Searched refs:accuracy (Results 1 – 3 of 3) sorted by relevance

/components/drivers/clk/
A Dclk-fixed-rate.c19 rt_uint32_t rate, accuracy; in fixed_clk_ofw_init() local
25 rt_ofw_prop_read_u32(np, "clock-accuracy", &accuracy); in fixed_clk_ofw_init()
33 clk_fixed->fixed_accuracy = accuracy; in fixed_clk_ofw_init()
/components/drivers/sensor/v2/
A Dsensor_cmd.c584 rt_kprintf("resolution:%f\n", sensor->info.accuracy.resolution); in sensor()
585 rt_kprintf("error :%f\n", sensor->info.accuracy.error); in sensor()
649 10, sensor_dev->info.accuracy.resolution, in sensor()
/components/drivers/include/drivers/
A Dsensor_v2.h293 struct rt_sensor_accuracy accuracy; /* sensor current measure accuracy */ member

Completed in 5 milliseconds