Searched full:dot (Results 1 – 25 of 46) sorted by relevance
12
/Zephyr-latest/subsys/fb/ |
D | Kconfig | 7 bool "Character framebuffer for dot matrix displays" 9 Character framebuffer for dot matrix displays.
|
/Zephyr-latest/dts/bindings/display/ |
D | sitronix,st7796s.yaml | 100 default: "1-dot" 103 - "1-dot" 104 - "2-dot"
|
D | sinowealth,sh1106-i2c.yaml | 4 description: SH1106 128x64 dot-matrix display controller on I2C bus
|
D | solomon,ssd1306fb-i2c.yaml | 4 description: SSD1306 128x64 dot-matrix display controller on I2C bus
|
D | sinowealth,sh1106-spi.yaml | 4 description: SH1106 128x64 dot-matrix display controller on SPI bus
|
D | solomon,ssd1306fb-spi.yaml | 4 description: SSD1306 128x64 dot-matrix display controller on SPI bus
|
D | solomon,ssd1327fb.yaml | 4 description: SSD1327 128x128 dot-matrix display controller on MIPI_DBI bus
|
D | sitronix,st7735r.yaml | 101 Set dot inversion or line inversion for each normal/idle/partial mode.
|
/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/dts/bindings/auxdisplay/ |
D | ptc,pt6314.yaml | 4 description: PTC PT6314 Dot Character VFD Controller/Driver IC
|
D | sparkfun,serlcd.yaml | 5 SparkFun SerLCD Dot Character VFD Controller/Driver IC
|
/Zephyr-latest/boards/adi/max32672fthr/ |
D | Kconfig.defconfig | 16 # Default Dot Per Inch. [px/inch]
|
/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/boards/shields/lcd_par_s035/ |
D | lcd_par_s035_8080.overlay | 45 invert-mode = "1-dot";
|
/Zephyr-latest/modules/cmsis-dsp/ |
D | Kconfig | 26 * Vector Dot Product 46 * Complex Dot Product
|
/Zephyr-latest/subsys/net/lib/dns/ |
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() 578 * We skip the first dot, and make sure there is dot after in dns_read()
|
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()
|
/Zephyr-latest/boards/nxp/rd_rw612_bga/dts/ |
D | goworld_16880_lcm.overlay | 53 invert-mode = "1-dot";
|
/Zephyr-latest/tests/drivers/gnss/gnss_parse/src/ |
D | main.c | 90 "Parse should fail due to double dot"); in ZTEST()
|
/Zephyr-latest/include/zephyr/dsp/ |
D | basicmath_f16.h | 79 * @brief Dot product of floating-point vectors.
|
D | basicmath.h | 400 * @addtogroup math_dsp_basic_dot Vector Dot Product 402 * Computes the dot product of two vectors. The vectors are multiplied element-by-element and then 412 * @brief Dot product of floating-point vectors. 423 * @brief Dot product of Q7 vectors. 440 * @brief Dot product of Q15 vectors. 457 * @brief Dot product of Q31 vectors.
|
12