Home
last modified time | relevance | path

Searched refs:iterator (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.4.0/samples/drivers/led_sx1509b_intensity/src/
Dmain.c22 static uint8_t iterator; variable
33 sx1509b_led_intensity_pin_set(sx1509b_dev, RED_LED, iterator); in rgb_work_handler()
35 iterator++; in rgb_work_handler()
37 if (iterator >= 255) { in rgb_work_handler()
40 iterator = 0; in rgb_work_handler()
43 sx1509b_led_intensity_pin_set(sx1509b_dev, GREEN_LED, iterator); in rgb_work_handler()
45 iterator++; in rgb_work_handler()
47 if (iterator >= 255) { in rgb_work_handler()
51 iterator = 0; in rgb_work_handler()
54 sx1509b_led_intensity_pin_set(sx1509b_dev, BLUE_LED, iterator); in rgb_work_handler()
[all …]
/Zephyr-Core-3.4.0/include/zephyr/sys/
Diterable_sections.h105 #define TYPE_SECTION_FOREACH(type, secname, iterator) \ argument
108 for (type * iterator = TYPE_SECTION_START(secname); ({ \
109 __ASSERT(iterator <= TYPE_SECTION_END(secname),\
111 iterator < TYPE_SECTION_END(secname); \
113 iterator++)
247 #define STRUCT_SECTION_FOREACH_ALTERNATE(secname, struct_type, iterator) \ argument
248 TYPE_SECTION_FOREACH(struct struct_type, secname, iterator)
260 #define STRUCT_SECTION_FOREACH(struct_type, iterator) \ argument
261 STRUCT_SECTION_FOREACH_ALTERNATE(struct_type, struct_type, iterator)
/Zephyr-Core-3.4.0/scripts/coccinelle/
Dderef_null.cocci57 iterator iter;
118 iterator iter;
178 iterator iter;
251 iterator iter;
/Zephyr-Core-3.4.0/samples/modules/thrift/hello/client/
DCMakeLists.txt33 # needed because std::iterator was deprecated with -std=c++17
/Zephyr-Core-3.4.0/samples/modules/thrift/hello/server/
DCMakeLists.txt33 # needed because std::iterator was deprecated with -std=c++17
/Zephyr-Core-3.4.0/modules/thrift/
DCMakeLists.txt40 # needed because std::iterator was deprecated with -std=c++17
/Zephyr-Core-3.4.0/tests/lib/thrift/ThriftTest/
DCMakeLists.txt41 # needed because std::iterator was deprecated with -std=c++17
/Zephyr-Core-3.4.0/scripts/ci/
Dpylintrc113 non-iterator-returned,
/Zephyr-Core-3.4.0/doc/kernel/data_structures/
Drbtree.rst56 There is also a :c:macro:`RB_FOR_EACH` iterator provided, which, like the
/Zephyr-Core-3.4.0/doc/services/rtio/
Dindex.rst389 readings iterator which lazily lets you map over each reading, doing
466 /* Get an iterator (reader) that obtains sensor readings in integer