Searched refs:dot (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/subsys/fb/ |
D | Kconfig | 7 bool "Character framebuffer for dot matrix displays" 9 Character framebuffer for dot matrix displays.
|
/Zephyr-latest/drivers/auxdisplay/ |
D | Kconfig.pt6314 | 5 bool "PTC PT6314 dot character VFD driver"
|
D | Kconfig.serlcd | 5 bool "SparkFun SerLCD dot character LCD driver"
|
/Zephyr-latest/drivers/led/ |
D | Kconfig.is31fl3733 | 12 per LED, or 42 mA total across all LEDs in the 12x16 dot matrix.
|
/Zephyr-latest/arch/common/ |
D | rom_start_offset.ld | 11 * Simple assignment doesn't work for LLVM LLD, because the dot inside section
|
/Zephyr-latest/scripts/build/ |
D | elf_parser.py | 274 dot = graphviz.Digraph(title, comment=comment) 284 dot.node(str(dev.ordinal), text) 287 dot.edge(str(dev.ordinal), str(sup.ordinal)) 288 return dot
|
D | gen_device_deps.py | 140 dot = parsed_elf.device_dependency_graph('Device dependency graph', args.kernel) 142 f.write(dot.source)
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | llmnr_responder.c | 196 char *dot = query->data + DNS_MSG_HEADER_SIZE; in add_question() local 200 while ((dot = strchr(dot, '.'))) { in add_question() 202 prev = dot++; in add_question() 206 *prev = dot - prev - 1; in add_question() 207 prev = dot++; in add_question()
|
D | mdns_responder.c | 205 char *dot = query->data + DNS_MSG_HEADER_SIZE; in add_answer() local 209 while ((dot = strchr(dot, '.'))) { in add_answer() 211 prev = dot++; in add_answer() 215 *prev = dot - prev - 1; in add_answer() 216 prev = dot++; in add_answer()
|
D | Kconfig | 242 so there should be NO dot (".") in the name (RFC 4795 ch 3).
|
/Zephyr-latest/boards/shields/lcd_par_s035/ |
D | lcd_par_s035_8080.overlay | 45 invert-mode = "1-dot";
|
/Zephyr-latest/boards/nxp/rd_rw612_bga/dts/ |
D | goworld_16880_lcm.overlay | 53 invert-mode = "1-dot";
|
/Zephyr-latest/doc/ |
D | CMakeLists.txt | 29 find_package(Doxygen REQUIRED dot)
|
D | zephyr.doxyfile.in | 202 # first line (until the first dot) of a Javadoc-style comment as the brief 221 # line (until the first dot) of a Qt-style comment as the brief description. If 506 # encounter. Generating dot graphs in parallel is controlled by the 2257 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is 2605 # If you set the HAVE_DOT tag to YES then Doxygen will assume the dot tool is 2614 # The DOT_NUM_THREADS specifies the number of dot invocations Doxygen is allowed 2625 # subgraphs. When you want a differently looking font in the dot files that 2628 # Edge and Graph Attributes specification</a> You need to make sure dot is able 2654 # You can set the path where dot can find font specified with fontname in 2655 # DOT_COMMON_ATTR and others dot attributes. [all …]
|
/Zephyr-latest/boards/st/stm32373c_eval/doc/ |
D | index.rst | 7 …e user evaluate all peripherals (USB FS, USART, audio DAC, microphone ADC, dot-matrix LCD, IrDA, L…
|
/Zephyr-latest/drivers/modem/ |
D | simcom-sim7080.c | 1388 char *dot = strchr(src, '.'); in gnss_split_on_dot() local 1390 if (!dot) { in gnss_split_on_dot() 1394 *dot = '\0'; in gnss_split_on_dot() 1397 *f2 = (int32_t)strtol(dot + 1, NULL, 10); in gnss_split_on_dot()
|
/Zephyr-latest/boards/heltec/heltec_wifi_lora32_v2/doc/ |
D | index.rst | 19 - Onboard 0.96-inch 128*64 dot matrix OLED display
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 268 of multiple sections delimited with a dot (``.``). 271 subsection names delimited with a dot (``.``). For example, a test scenario 285 of **at least three sections** delimited with a dot (``.``):
|
/Zephyr-latest/ |
D | CMakeLists.txt | 1067 --output-graphviz dev_graph.dot
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 1627 * :github:`28893` - Double-dot in path's may cause problems with gcc under Windows
|