zephyr/tests/drivers/counter/counter_basic_api/src
Kumar Gala 16eb5a026f tests: counter: counter_basic_api: Rework test to use struct device
Move to pass 'struct device *' instead of a 'char *'.  This lets us move
from device_get_binding to DEVICE_DT_GET.

Reworked get_counter_period_us() to not be name based, but instead
we keep a list of devices that need a different period value to check
against.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-20 08:32:04 -05:00
..
test_counter.c tests: counter: counter_basic_api: Rework test to use struct device 2022-07-20 08:32:04 -05:00