Home
last modified time | relevance | path

Searched defs:g (Results 1 – 18 of 18) sorted by relevance

/Zephyr-Core-3.6.0/drivers/interrupt_controller/
Dintc_ite_it8xxx2.c101 uint32_t g, i; in ite_intc_isr_clear() local
115 uint32_t g, i; in ite_intc_irq_enable() local
133 uint32_t g, i; in ite_intc_irq_disable() local
157 uint32_t g, i; in ite_intc_irq_polarity_set() local
181 uint32_t g, i; in ite_intc_irq_is_enable() local
Dintc_ite_it8xxx2_v2.c17 #define IT8XXX2_INTC_BASE_SHIFT(g) (IT8XXX2_INTC_BASE + ((g) << 2)) argument
20 #define IT8XXX2_INTC_ISR(g) ECREG(IT8XXX2_INTC_BASE_SHIFT(g) + \ argument
23 #define IT8XXX2_INTC_IER(g) ECREG(IT8XXX2_INTC_BASE_SHIFT(g) + \ argument
26 #define IT8XXX2_INTC_IELMR(g) ECREG(IT8XXX2_INTC_BASE_SHIFT(g) + \ argument
29 #define IT8XXX2_INTC_IPOLR(g) ECREG(IT8XXX2_INTC_BASE_SHIFT(g) + \ argument
/Zephyr-Core-3.6.0/samples/drivers/led_lp5562/src/
Dmain.c68 static int set_static_color(const struct device *dev, uint8_t r, uint8_t g, in set_static_color()
113 static int blink_color(const struct device *dev, bool r, bool g, bool b, in blink_color()
/Zephyr-Core-3.6.0/include/zephyr/dt-bindings/interrupt-controller/
Dmchp-xec-ecia.h19 #define MCHP_XEC_ECIA(g, gb, na, nd) \ argument
/Zephyr-Core-3.6.0/include/zephyr/drivers/
Dled_strip.h49 uint8_t g; member
Dsensor.h1087 static inline void sensor_g_to_ms2(int32_t g, struct sensor_value *ms2) in sensor_g_to_ms2()
/Zephyr-Core-3.6.0/drivers/led_strip/
Dapa102.c63 uint8_t g = pixels[i].g; in apa102_update_rgb() local
Dlpd880x.c91 uint8_t r, g, b; in lpd880x_strip_update_rgb() local
/Zephyr-Core-3.6.0/doc/_static/js/
Ddark-mode-toggle.min.mjs2 …nst c="legend";const d="toggle";const b="switch";const p="appearance";const g="permanent";const m=… constant
/Zephyr-Core-3.6.0/tests/net/ip-addr/src/
Dmain.c63 #define TEST_LL_8(a, b, c, d, e, f, g, h, expected) \ argument
88 #define TEST_IPV6(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, expected) \ argument
/Zephyr-Core-3.6.0/drivers/sensor/bma4xx/
Dbma4xx_emul.c197 int64_t g = 1316226282; in bma4xx_emul_set_accel_data() local
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/
Dbluetooth-ctlr-arch.rst305 .. [g] Cipher Block Chaining (CBC) - Message Authentication Code with Counter citation
/Zephyr-Core-3.6.0/drivers/misc/grove_lcd_rgb/
Dgrove_lcd_rgb.c182 void glcd_color_set(const struct device *dev, uint8_t r, uint8_t g, in glcd_color_set()
/Zephyr-Core-3.6.0/drivers/w1/
Dw1_zephyr_gpio.c87 uint16_t g; member
/Zephyr-Core-3.6.0/tests/benchmarks/mbedtls/src/
Dbenchmark.c290 #define ecp_clear_precomputed(g) argument
/Zephyr-Core-3.6.0/drivers/sensor/icm42688/
Dicm42688.h44 static inline enum icm42688_accel_fs icm42688_accel_fs_to_reg(uint8_t g) in icm42688_accel_fs_to_reg()
/Zephyr-Core-3.6.0/include/zephyr/toolchain/
Dgcc.h132 #define UNALIGNED_GET(g) \ argument
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Dlpn.c803 size_t i, g; in sub_update() local