Home
last modified time | relevance | path

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

/bsp/stm32/stm32l475-atk-pandora/board/ports/audio/
A Ddrv_es8388.c73 static int es8388_set_adc_dac_volume(int mode, int volume, int dot) in es8388_set_adc_dac_volume() argument
83 dot = (dot >= 5 ? 1 : 0); in es8388_set_adc_dac_volume()
84 volume = (-volume << 1) + dot; in es8388_set_adc_dac_volume()
/bsp/stm32/stm32f407-rt-spark/board/ports/audio/
A Ddrv_es8388.c73 static int es8388_set_adc_dac_volume(int mode, int volume, int dot) in es8388_set_adc_dac_volume() argument
83 dot = (dot >= 5 ? 1 : 0); in es8388_set_adc_dac_volume()
84 volume = (-volume << 1) + dot; in es8388_set_adc_dac_volume()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/
A DDoxyfile206 # first line (until the first dot) of a Javadoc-style comment as the brief
225 # line (until the first dot) of a Qt-style comment as the brief description. If
484 # encounter. Generating dot graphs in parallel is controlled by the
2178 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
2433 # Configuration options related to the dot tool
2469 # subgraphs. When you want a differently looking font in the dot files that
2498 # You can set the path where dot can find font specified with fontname in
2499 # DOT_COMMON_ATTR and others dot attributes.
2642 # of child directories generated in directory dependency graphs by dot.
2650 # output formats in the documentation of the dot tool (Graphviz (see:
[all …]
/bsp/avr32/at32uc3b0256/
A DREADME.md25 dot com.
/bsp/avr32/at32uc3a0256/
A DREADME.md89 dot com.
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLite/
A Dvg_lite.c3058 vg_lite_float_t dot, length, angle, cosVal; in _angle() local
3061 dot = Ux * Vx + Uy * Vy; in _angle()
3064 cosVal = dot / length; in _angle()

Completed in 31 milliseconds