Searched full:right (Results 1 – 25 of 387) sorted by relevance
12345678910>>...16
/Zephyr-Core-3.5.0/dts/bindings/gpio/ |
D | atmel-xplained-pro-header.yaml | 14 * PWR is right angled at the top right hand side of the board. This 16 * EXT1 is right angled at the top right hand side of the board, located 18 * EXT2 is right angled and at the bottom right hand side of the board. 21 * EXT3 is right angled pointing downwards
|
/Zephyr-Core-3.5.0/lib/libc/minimal/source/stdlib/ |
D | qsort.c | 27 * Normally right is defined right(k) = (2 * k + 2) but we can avoid a 28 * multiply by noticing that right(k) = left(k) + 1 30 #define right(k) (left(k) + 1) macro 66 /* right exists and min(A(root),A(left)) < A(right) */ in sift_down() 67 if (right(root) < end && compare(cmp, A(swap), A(right(root))) < 0) { in sift_down() 68 swap = right(root); in sift_down()
|
/Zephyr-Core-3.5.0/include/zephyr/audio/ |
D | dmic.h | 65 * PDM Channels LEFT / RIGHT 69 PDM_CHAN_RIGHT, /**< Right channel */ 135 * bit indicates LEFT/RIGHT selection of the PDM controller. 138 * - bits 0-3 are for channel 0, bit 0 indicates LEFT or RIGHT 139 * - bits 4-7 are for channel 1, bit 4 indicates LEFT or RIGHT 142 * CONSTRAINT: The LEFT and RIGHT channels of EACH PDM controller needs 198 * Returns the map of PDM controller and LEFT/RIGHT channel shifted to 203 * @param lr LEFT/RIGHT channel within the chosen PDM hardware controller 217 * Returns the PDM controller and LEFT/RIGHT channel corresponding to 224 * @param lr Pointer to the LEFT/RIGHT channel within the PDM controller
|
D | codec.h | 76 AUDIO_CHANNEL_FRONT_RIGHT, /**< Front right channel */ 80 AUDIO_CHANNEL_REAR_RIGHT, /**< Rear right channel */ 83 AUDIO_CHANNEL_SIDE_RIGHT, /**< Side right channel */
|
/Zephyr-Core-3.5.0/doc/project/ |
D | project_roles.rst | 36 * Right to contribute code, documentation, translations, artwork, etc. 37 * Right to report defects (bugs) and suggestions for enhancement. 38 * Right to participate in the process of reviewing contributions by others. 39 * Right to initiate and participate in discussions in any communication 41 * Right to approach any member of the community with matters they believe 43 * Right to participate in the feature development process. 84 * Right to set goals for the short and medium terms for the project being 109 * Right to set the overall architecture of the relevant subsystems or areas 111 * Right to make decisions in the relevant subsystems or areas of involvement, 152 * Right to dismiss stale reviews and seek reviews from additional maintainers, [all …]
|
/Zephyr-Core-3.5.0/doc/_doxygen/ |
D | doxygen-awesome.css | 346 margin-right: var(--spacing-small); 493 right: var(--spacing-medium); 499 right: 0; 515 margin-right: 0; 543 #MSearchBox span.left, #MSearchBox span.right { 547 #MSearchBox span.right { 550 right: var(--spacing-small); 553 .tabs #MSearchBox span.right { 571 right: var(--spacing-medium); 648 right: var(--spacing-medium); [all …]
|
D | doxygen-awesome-sidebar-only.css | 71 padding-right: 0; 82 right: 0; 106 right: auto;
|
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/ace/include/ |
D | dmic_regs.h | 127 /* DC offset for right channel */ 133 /* Gain for right channel */ 217 /* When set to 1, the CIC channel B (right) is started, otherwise it is muted and idle. */ 235 /* Number of bits for shift right in the output stage of the CIC filter to compensate the gain 259 /* Enable clock on microphone B (Right) */ 274 /* Enable the power gating capability of the right channel */ 304 /* Number of bits for shift right in the output stage of the CIC filter to compensate the gain
|
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/input/ |
D | input-event-codes.h | 147 #define INPUT_KEY_RIGHT 106 /**< Right Key */ 148 #define INPUT_KEY_RIGHTBRACE 27 /**< Right Brace Key */ 149 #define INPUT_KEY_RIGHTMETA 126 /**< Right Meta Key */ 150 #define INPUT_KEY_RIGHTSHIFT 54 /**< Right Shift Key */ 195 #define INPUT_BTN_DPAD_RIGHT 0x223 /**< Directional pad Right */ 204 #define INPUT_BTN_RIGHT 0x111 /**< Right button */ 209 #define INPUT_BTN_THUMBR 0x13e /**< Right thumbstick button */ 213 #define INPUT_BTN_TR 0x137 /**< Right trigger (R1) */ 214 #define INPUT_BTN_TR2 0x139 /**< Right trigger 2 (R2) */
|
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/cavs/include/intel_tgl_adsp/ |
D | dmic_regs.h | 124 /* DC offset for right channel */ 130 /* Gain for right channel */ 214 /* When set to 1, the CIC channel B (right) is started, otherwise it is muted and idle. */ 235 /* Number of bits for shift right in the output stage of the CIC filter to compensate the gain 256 /* Enable clock on microphone B (Right) */ 286 /* Number of bits for shift right in the output stage of the CIC filter to compensate the gain
|
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.css | 35 float: right; 60 padding-right: 1rem;
|
/Zephyr-Core-3.5.0/samples/boards/bbc_microbit/line_follower_robot/boards/ |
D | bbc_microbit.overlay | 9 right-gpios = <&edge_connector 14 GPIO_ACTIVE_HIGH>;
|
/Zephyr-Core-3.5.0/samples/drivers/i2s/echo/src/ |
D | codec.c | 77 * [5] LRSWAP = 0 (Right Channel DAC Data Right) in init_wm8731_i2c() 78 * [4] LRP = 1 (Right Channel DAC data when DACLRC high) in init_wm8731_i2c()
|
/Zephyr-Core-3.5.0/samples/bluetooth/tmap_peripheral/ |
D | Kconfig | 46 bool "Right Ear"
|
/Zephyr-Core-3.5.0/samples/bluetooth/hap_ha/ |
D | Kconfig | 48 bool "Right Ear"
|
/Zephyr-Core-3.5.0/samples/subsys/usb/hid-mouse/ |
D | README.rst | 13 the number of buttons on the board) a right mouse button, X-axis movement, 31 - ``INPUT_KEY_1``: right button 110 If your board has more than one button, they will act as right mouse button,
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/misc/ft8xx/ |
D | ft8xx_copro.h | 46 /** The label on the Coprocessor widget is right justified */ 88 * the text in both directions. @ref FT8XX_OPT_RIGHTX right-justifies the text, 109 * directions. @ref FT8XX_OPT_RIGHTX right-justifies the text, so that the @p x
|
/Zephyr-Core-3.5.0/doc/hardware/peripherals/audio/ |
D | i2s.rst | 11 and Left/Right Justified Data Formats.
|
/Zephyr-Core-3.5.0/include/zephyr/display/ |
D | mb_display.h | 79 * The pixels go from left to right and top to bottom, i.e. top-left corner 80 * is the first row's first value, top-right is the first rows last value, 81 * and bottom-right corner is the last value of the last (5th) row. As an
|
/Zephyr-Core-3.5.0/scripts/pylib/pytest-twister-harness/tests/resources/ |
D | zen_of_python.py | 25 Although never is often better than *right* now.
|
/Zephyr-Core-3.5.0/doc/_static/latex/ |
D | title.tex | 7 \newgeometry{top=3cm,left=0cm,right=0cm,bottom=2.5cm}
|
/Zephyr-Core-3.5.0/dts/bindings/led_strip/ |
D | worldsemi,ws2812-i2s.yaml | 38 description: LRCK (left/right clock) period in microseconds.
|
/Zephyr-Core-3.5.0/samples/drivers/kscan/ |
D | README.rst | 19 exercise the functionality (you need to obtain the right keymap from the vendor
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/ |
D | ead.h | 70 * BT_EAD_ENCRYPTED_PAYLOAD_SIZE to get the right size. 95 * BT_EAD_DECRYPTED_PAYLOAD_SIZE to get the right size.
|
/Zephyr-Core-3.5.0/boards/common/ |
D | openocd-nrf5.board.cmake | 22 # We can do the right thing for supported subfamilies using a generic
|
12345678910>>...16