zephyr/tests/kernel/device
Gerard Marull-Paretas 6c3beb928e pm: adjust busy check API call return types and naming
Busy check APIs now return boolean type. Due to that change, the
function names have also been adjusted. The common name pattern for
boolean check type APIs is "PREFIX_is_CONDITION". For example,
"pm_device_is_busy".  pm_device_busy_check has been renamed to
pm_device_is_busy and pm_device_any_busy_check to pm_device_is_any_busy.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-07-30 09:28:42 -04:00
..
src pm: adjust busy check API call return types and naming 2021-07-30 09:28:42 -04:00
app.overlay tests: device: add device_mmio tests 2020-07-17 11:38:18 +02:00
CMakeLists.txt tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
prj.conf
testcase.yaml tests: kernel: device: Exclude beaglev_starlight_jh7100 2021-07-14 16:12:57 +03:00