Searched full:grow_r502a (Results 1 – 15 of 15) sorted by relevance
1 # GROW_R502A hzgrow Fingerprint sensor Configuration options6 menuconfig GROW_R502A config7 bool "GROW_R502A Fingerprint Sensor"12 Enable driver for GROW_R502A Fingerprint Sensor.14 if GROW_R502A66 bool "GROW_R502A sensor VCC and VT GPIO"70 endif # GROW_R502A
4 zephyr_library_sources(grow_r502a.c)
15 #include <zephyr/drivers/sensor/grow_r502a.h>16 #include "grow_r502a.h"18 LOG_MODULE_DECLARE(GROW_R502A, CONFIG_SENSOR_LOG_LEVEL);
16 #include <zephyr/drivers/sensor/grow_r502a.h>17 #include "grow_r502a.h"20 LOG_MODULE_REGISTER(GROW_R502A, CONFIG_SENSOR_LOG_LEVEL);1117 LOG_ERR("%s: grow_r502a device not ready", dev->name); in grow_r502a_init()
7 name: grow_r502a fingerprint sensor sample9 sample.sensor.grow_r502a:
1 .. zephyr:code-sample:: grow_r502a32 For more information about the GROW_R502A Fingerprint Sensor see42 :zephyr-app: samples/sensor/grow_r502a
5 project(grow_r502a) project
20 grow_r502a {23 test_uart_grow_r502a: grow_r502a@0 {
22 grow_r502a@ffffffff {
4 description: HZ-Grow GROW_R502A Fingerprint sensor.
44 add_subdirectory_ifdef(CONFIG_GROW_R502A grow_r502a)
128 source "drivers/sensor/grow_r502a/Kconfig"
10 #include <zephyr/drivers/sensor/grow_r502a.h>
1175 * Made various fixes and enhancements to the GROW_R502A fingerprint sensor driver.