Home
last modified time | relevance | path

Searched +defs:a +defs:active (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/sensor/nxp/fxls8974/
Dfxls8974.c19 #define DIR_READ(a) ((a) & 0x7f) argument
20 #define DIR_WRITE(a) ((a) | BIT(7)) argument
21 #define ADDR_7(a) ((a) & BIT(7)) argument
404 int fxls8974_get_active(const struct device *dev, enum fxls8974_active *active) in fxls8974_get_active()
420 int fxls8974_set_active(const struct device *dev, enum fxls8974_active active) in fxls8974_set_active()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_scan_delegator.c68 bool active; member
106 static bool bits_subset_of(uint32_t a, uint32_t b) in bits_subset_of()