Home
last modified time | relevance | path

Searched full:dot (Results 1 – 25 of 46) sorted by relevance

12

/Zephyr-latest/subsys/fb/
DKconfig7 bool "Character framebuffer for dot matrix displays"
9 Character framebuffer for dot matrix displays.
/Zephyr-latest/dts/bindings/display/
Dsitronix,st7796s.yaml100 default: "1-dot"
103 - "1-dot"
104 - "2-dot"
Dsinowealth,sh1106-i2c.yaml4 description: SH1106 128x64 dot-matrix display controller on I2C bus
Dsolomon,ssd1306fb-i2c.yaml4 description: SSD1306 128x64 dot-matrix display controller on I2C bus
Dsinowealth,sh1106-spi.yaml4 description: SH1106 128x64 dot-matrix display controller on SPI bus
Dsolomon,ssd1306fb-spi.yaml4 description: SSD1306 128x64 dot-matrix display controller on SPI bus
Dsolomon,ssd1327fb.yaml4 description: SSD1327 128x128 dot-matrix display controller on MIPI_DBI bus
Dsitronix,st7735r.yaml101 Set dot inversion or line inversion for each normal/idle/partial mode.
/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/dts/bindings/auxdisplay/
Dptc,pt6314.yaml4 description: PTC PT6314 Dot Character VFD Controller/Driver IC
Dsparkfun,serlcd.yaml5 SparkFun SerLCD Dot Character VFD Controller/Driver IC
/Zephyr-latest/boards/adi/max32672fthr/
DKconfig.defconfig16 # Default Dot Per Inch. [px/inch]
/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/boards/shields/lcd_par_s035/
Dlcd_par_s035_8080.overlay45 invert-mode = "1-dot";
/Zephyr-latest/modules/cmsis-dsp/
DKconfig26 * Vector Dot Product
46 * Complex Dot Product
/Zephyr-latest/subsys/net/lib/dns/
Dmdns_responder.c205 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()
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()
/Zephyr-latest/boards/nxp/rd_rw612_bga/dts/
Dgoworld_16880_lcm.overlay53 invert-mode = "1-dot";
/Zephyr-latest/tests/drivers/gnss/gnss_parse/src/
Dmain.c90 "Parse should fail due to double dot"); in ZTEST()
/Zephyr-latest/include/zephyr/dsp/
Dbasicmath_f16.h79 * @brief Dot product of floating-point vectors.
Dbasicmath.h400 * @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