zephyr/tests/kernel/device/src
Gerard Marull-Paretas 4d06166623 device: allow NULL init function
Some devices do not need to perform any initialization, so allow the
init function to be NULL. In this case, the initialization code will
just mark the device as initialized, i.e. ready.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-04-19 10:00:25 +02:00
..
abstract_driver.c
abstract_driver.h
bad_driver.c
dummy_driver.c
main.c device: allow NULL init function 2023-04-19 10:00:25 +02:00
mmio_multireg.c
mmio.c
test_driver_init.c