Home
last modified time | relevance | path

Searched refs:dot (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/subsys/fb/
DKconfig7 bool "Character framebuffer for dot matrix displays"
9 Character framebuffer for dot matrix displays.
/Zephyr-latest/drivers/auxdisplay/
DKconfig.pt63145 bool "PTC PT6314 dot character VFD driver"
DKconfig.serlcd5 bool "SparkFun SerLCD dot character LCD driver"
/Zephyr-latest/drivers/led/
DKconfig.is31fl373312 per LED, or 42 mA total across all LEDs in the 12x16 dot matrix.
/Zephyr-latest/arch/common/
Drom_start_offset.ld11 * Simple assignment doesn't work for LLVM LLD, because the dot inside section
/Zephyr-latest/scripts/build/
Delf_parser.py274 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
Dgen_device_deps.py140 dot = parsed_elf.device_dependency_graph('Device dependency graph', args.kernel)
142 f.write(dot.source)
/Zephyr-latest/subsys/net/lib/dns/
Dllmnr_responder.c196 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()
Dmdns_responder.c281 char *dot = query->data + DNS_MSG_HEADER_SIZE; in add_answer() local
285 while ((dot = strchr(dot, '.'))) { in add_answer()
287 prev = dot++; in add_answer()
291 *prev = dot - prev - 1; in add_answer()
292 prev = dot++; in add_answer()
DKconfig272 so there should be NO dot (".") in the name (RFC 4795 ch 3).
/Zephyr-latest/boards/shields/lcd_par_s035/
Dlcd_par_s035_8080.overlay45 invert-mode = "1-dot";
/Zephyr-latest/boards/nxp/rd_rw612_bga/dts/
Dgoworld_16880_lcm.overlay53 invert-mode = "1-dot";
/Zephyr-latest/boards/st/stm32373c_eval/doc/
Dindex.rst7 …e user evaluate all peripherals (USB FS, USART, audio DAC, microphone ADC, dot-matrix LCD, IrDA, L…
/Zephyr-latest/drivers/modem/
Dsimcom-sim7080.c1388 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/doc/
DCMakeLists.txt30 find_package(Doxygen REQUIRED dot)
Dzephyr.doxyfile.in202 # 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
2258 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
2606 # If you set the HAVE_DOT tag to YES then Doxygen will assume the dot tool is
2615 # The DOT_NUM_THREADS specifies the number of dot invocations Doxygen is allowed
2626 # subgraphs. When you want a differently looking font in the dot files that
2629 # Edge and Graph Attributes specification</a> You need to make sure dot is able
2655 # You can set the path where dot can find font specified with fontname in
2656 # DOT_COMMON_ATTR and others dot attributes.
[all …]
/Zephyr-latest/boards/heltec/heltec_wifi_lora32_v2/doc/
Dindex.rst19 - Onboard 0.96-inch 128*64 dot matrix OLED display
/Zephyr-latest/doc/develop/test/
Dtwister.rst267 of multiple sections delimited with a dot (``.``).
270 subsection names delimited with a dot (``.``). For example, a test scenario
284 of **at least three sections** delimited with a dot (``.``):
/Zephyr-latest/
DCMakeLists.txt1076 --output-graphviz dev_graph.dot
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst1627 * :github:`28893` - Double-dot in path's may cause problems with gcc under Windows