Searched refs:rotate (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.7.0/drivers/dma/ |
D | dma_mcux_pxp.c | 59 pxp_rotate_degree_t rotate; in dma_mcux_pxp_configure() local 71 rotate = kPXP_Rotate0; in dma_mcux_pxp_configure() 74 rotate = kPXP_Rotate90; in dma_mcux_pxp_configure() 77 rotate = kPXP_Rotate180; in dma_mcux_pxp_configure() 80 rotate = kPXP_Rotate270; in dma_mcux_pxp_configure() 142 PXP_SetRotateConfig(dev_config->base, kPXP_RotateProcessSurface, rotate, kPXP_FlipDisable); in dma_mcux_pxp_configure()
|
/Zephyr-Core-3.7.0/lib/utils/ |
D | rb.c | 130 static void rotate(struct rbnode **stack, int stacksz) in rotate() function 203 rotate(stack, stacksz); in fix_extra_red() 207 rotate(stack, stacksz - 1); in fix_extra_red() 290 rotate(stack, stacksz); in fix_missing_black() 342 rotate(stack, stacksz); in fix_missing_black() 364 rotate(stack, stacksz); in fix_missing_black()
|
/Zephyr-Core-3.7.0/arch/xtensa/core/ |
D | README_WINDOWS.rst | 20 There is a ROTW instruction that can be used to manually rotate the 27 which rotate registers upward (i.e. "hiding" low registers from the 28 callee) by 1, 2 or 3 quads. These do not rotate the window
|
/Zephyr-Core-3.7.0/boards/weact/mini_stm32h743/ |
D | mini_stm32h743.dts | 74 madctl = <120>; /* Set to <184> to rotate the image 180 degrees. */
|
/Zephyr-Core-3.7.0/doc/services/zbus/images/ |
D | zbus_observation_mask.svg | 37 <rect x="881" y="352" width="20" height="40" rx="10" transform="rotate(-90 881 352)" fill="#4F4F4F"… 38 <circle cx="891" cy="342" r="6" transform="rotate(-90 891 342)" fill="#D9D9D9"/> 72 <rect x="378" y="352" width="20" height="40" rx="10" transform="rotate(-90 378 352)" fill="#4F4F4F"… 73 <circle cx="408" cy="342" r="6" transform="rotate(-90 408 342)" fill="#D9D9D9"/> 108 <rect x="378" y="745" width="20" height="40" rx="10" transform="rotate(-90 378 745)" fill="#4F4F4F"… 109 <circle cx="408" cy="735" r="6" transform="rotate(-90 408 735)" fill="#D9D9D9"/> 146 <rect x="881" y="745" width="20" height="40" rx="10" transform="rotate(-90 881 745)" fill="#4F4F4F"… 147 <circle cx="911" cy="735" r="6" transform="rotate(-90 911 735)" fill="#D9D9D9"/>
|
/Zephyr-Core-3.7.0/drivers/display/ |
D | Kconfig.mcux_elcdif | 52 The ELCDIF will only utilize the PXP to rotate frames if
|
/Zephyr-Core-3.7.0/doc/_doxygen/ |
D | doxygen-awesome.css | 680 filter: invert() hue-rotate(180deg); 685 filter: invert() hue-rotate(180deg); 967 filter: brightness(89%) hue-rotate(180deg) invert(); 979 filter: brightness(89%) hue-rotate(180deg) invert(); 1178 transform: rotate(-90deg); 1183 transform: rotate(0deg); 1885 transform: rotate(-90deg); 2094 filter: hue-rotate(180deg) invert(); 2099 filter: hue-rotate(180deg) invert();
|