Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 77) sorted by relevance

1234

/bsp/nxp/imx/imxrt/imxrt1052-fire-pro/
A DREADME.md129 <img src="figures/1.png" style="zoom:80%;" />
133 <img src="figures/2.png" style="zoom: 67%;" />
137 <img src="figures/3.png" style="zoom:80%;" />
145 <img src="figures/4.png" style="zoom:80%;" />
149 <img src="figures/5.png" style="zoom: 67%;" />
155 <img src="figures/6.png" style="zoom: 67%;" />
159 <img src="figures/7.png" style="zoom: 67%;" />
163 <img src="figures/8.png" style="zoom: 67%;" />
167 <img src="figures/9.png" style="zoom: 67%;" />
/bsp/wch/risc-v/ch32v208w-r0/
A Dreadme.md145 <img src="figures/1import.png" style="zoom:80%;" />
149 <img src="figures/2workspace.png" style="zoom:80%;" />
155 <img src="figures/3info.png" style="zoom:80%;" />
163 <img src="figures/13newlib.png" style="zoom:67%;" />
183 <img src="figures/6pkgs.png" style="zoom:80%;" />
189 <img src="figures/7esp8266.png" style="zoom:60%;" />
203 <img src="figures/9AT.png" style="zoom: 50%;" />
207 <img src="figures/10wifinfo.png" style="zoom:80%;" />
213 <img src="figures/11board.png" style="zoom: 25%;" />
271 <img src="figures/17led.png" style="zoom: 25%;" />
A DREADME_EN.md17 <img src="./figures_en/1import_en.png" style="zoom:80%;" />
21 <img src="./figures_en/2workspace_en.png" style="zoom:80%;" />
27 <img src="./figures_en/3info_en.png" style="zoom:80%;" />
35 <img src="./figures/13newlib.png" style="zoom:67%;" />
55 <img src="./figures_en/6pkgs_en.png" style="zoom:80%;" />
61 <img src="./figures/7esp8266.png" style="zoom:60%;" />
75 <img src="./figures_en/9AT_en.png" style="zoom: 50%;" />
79 <img src="./figures_en/10wifinfo_en.png" style="zoom:80%;" />
85 <img src="./figures/11board.png" style="zoom: 25%;" />
141 <img src="./figures/17led.png" style="zoom: 25%;" />
/bsp/raspberry-pico/RP2040/applications/lvgl/
A DREADME_zh.md35 <img src="./img/2.png" style="zoom:80%;" />
39 <img src="./img/3.png" style="zoom:80%;" />
43 ![]()<img src="./img/4.png" alt="7" style="zoom:80%;" />
47 <img src="./img/5.png" style="zoom:80%;" />
A DREADME.md39 <img src="./img_en/2.png" style="zoom:80%;" />
43 <img src="./img_en/3.png" style="zoom:80%;" />
47 ![]()<img src="./img_en/4.png" alt="7" style="zoom: 80%;" />
51 <img src="./img_en/5.png" style="zoom:80%;" />
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/
A Dald_gpio.c535 void ald_gpio_exti_interrupt_config(uint16_t pin, ald_exti_trigger_style_t style, type_func_t statu… in ald_gpio_exti_interrupt_config() argument
538 assert_param(IS_TRIGGER_STYLE(style)); in ald_gpio_exti_interrupt_config()
542 if (style == ALD_EXTI_TRIGGER_RISING_EDGE) { in ald_gpio_exti_interrupt_config()
545 else if (style == ALD_EXTI_TRIGGER_TRAILING_EDGE) { in ald_gpio_exti_interrupt_config()
548 else if (style == ALD_EXTI_TRIGGER_BOTH_EDGE) { in ald_gpio_exti_interrupt_config()
560 if (style == ALD_EXTI_TRIGGER_RISING_EDGE) { in ald_gpio_exti_interrupt_config()
563 else if (style == ALD_EXTI_TRIGGER_TRAILING_EDGE) { in ald_gpio_exti_interrupt_config()
566 else if (style == ALD_EXTI_TRIGGER_BOTH_EDGE) { in ald_gpio_exti_interrupt_config()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_gpio.c548 void ald_gpio_exti_interrupt_config(uint16_t pin, exti_trigger_style_t style, type_func_t status) in ald_gpio_exti_interrupt_config() argument
551 assert_param(IS_TRIGGER_STYLE(style)); in ald_gpio_exti_interrupt_config()
555 if (style == EXTI_TRIGGER_RISING_EDGE) { in ald_gpio_exti_interrupt_config()
558 else if (style == EXTI_TRIGGER_TRAILING_EDGE) { in ald_gpio_exti_interrupt_config()
561 else if (style == EXTI_TRIGGER_BOTH_EDGE) { in ald_gpio_exti_interrupt_config()
573 if (style == EXTI_TRIGGER_RISING_EDGE) { in ald_gpio_exti_interrupt_config()
576 else if (style == EXTI_TRIGGER_TRAILING_EDGE) { in ald_gpio_exti_interrupt_config()
579 else if (style == EXTI_TRIGGER_BOTH_EDGE) { in ald_gpio_exti_interrupt_config()
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_gpio.c555 void ald_gpio_exti_interrupt_config(uint16_t pin, exti_trigger_style_t style, type_func_t status) in ald_gpio_exti_interrupt_config() argument
558 assert_param(IS_TRIGGER_STYLE(style)); in ald_gpio_exti_interrupt_config()
562 if (style == EXTI_TRIGGER_RISING_EDGE) { in ald_gpio_exti_interrupt_config()
565 else if (style == EXTI_TRIGGER_TRAILING_EDGE) { in ald_gpio_exti_interrupt_config()
568 else if (style == EXTI_TRIGGER_BOTH_EDGE) { in ald_gpio_exti_interrupt_config()
580 if (style == EXTI_TRIGGER_RISING_EDGE) { in ald_gpio_exti_interrupt_config()
583 else if (style == EXTI_TRIGGER_TRAILING_EDGE) { in ald_gpio_exti_interrupt_config()
586 else if (style == EXTI_TRIGGER_BOTH_EDGE) { in ald_gpio_exti_interrupt_config()
/bsp/
A D.clang-format1 # Available style options are described in https://clang.llvm.org/docs/ClangFormatStyleOptions.html
5 # clang-format -style=llvm -dump-config > .clang-format
/bsp/xuantie/smartl/e902/
A DREADME.md72 <img src="figures/2.scons.png" alt="env" style="zoom: 95%;" />
82 <img src="figures/3.vscode.png" alt="env" style="zoom: 63%;" />
/bsp/xuantie/xiaohui/c910/
A DREADME.md92 <img src="figures/2.scons.png" alt="env" style="zoom: 95%;" />
102 <img src="figures/3.vscode.png" alt="env" style="zoom: 63%;" />
/bsp/xuantie/xiaohui/r908/
A DREADME.md86 <img src="figures/2.scons.png" alt="env" style="zoom: 95%;" />
96 <img src="figures/3.vscode.png" alt="env" style="zoom: 63%;" />
/bsp/xuantie/xiaohui/c906/
A DREADME.md66 <img src="figures/2.scons.png" alt="env" style="zoom: 95%;" />
76 <img src="figures/3.vscode.png" alt="env" style="zoom: 63%;" />
/bsp/xuantie/xiaohui/r910/
A DREADME.md96 <img src="figures/2.scons.png" alt="env" style="zoom: 95%;" />
106 <img src="figures/3.vscode.png" alt="env" style="zoom: 63%;" />
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/
A DRelease_Notes.txt90 + Update comment, format, typing error, and coding style.
116 + Update comment, format, typing error, and coding style.
156 + Update comment, format, typing error, and coding style.
172 + Update comment, format, typing error, and coding style.
1410 + Update format and coding style.
1461 + Update comment and coding style.
1512 + Update comment and coding style.
1550 + Update comment and coding style.
1577 + Update format and coding style.
1638 + Update comment and coding style.
[all …]
/bsp/xuantie/xiaohui/c907/
A DREADME.md62 <img src="figures/2.scons.png" alt="env" style="zoom: 95%;" />
72 <img src="figures/3.vscode.png" alt="env" style="zoom: 63%;" />
/bsp/xuantie/xiaohui/c908/
A DREADME.md62 <img src="figures/2.scons.png" alt="env" style="zoom: 95%;" />
72 <img src="figures/3.vscode.png" alt="env" style="zoom: 63%;" />
/bsp/microchip/same70/bsp/same70b/include/component/
A Dgpbr.h83 #error Unknown component typedef style
A Dutmi.h137 #error Unknown component typedef style
A Drswdt.h163 #error Unknown component typedef style
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/
A DRelease_Notes.txt78 + Update comment, format, typing error, and coding style.
150 + Update comment, format, typing error, and coding style.
182 + Update comment, format, typing error, and coding style.
220 + Update comment, format, typing error, and coding style.
621 + Update "system_ht32fxxxxx_nn.c" (coding style).
661 + Update format and coding style.
690 + Update comment and coding style.
756 + Update coding style.
774 + Update format and coding style.
833 + Update format and coding style.
[all …]
/bsp/simulator/SDL2/include/
A DSDL_main.h199 extern DECLSPEC int SDLCALL SDL_RegisterApp(const char *name, Uint32 style, void *hInst);
/bsp/raspberry-pico/RP2350/
A DREADME.md7 <img src="./figures/rp2350.png" alt="image-20250804204324351" style="zoom:50%;" />
/bsp/stm32/stm32h7r7-artpi2/
A DREADME_en.md9 <img src="figures/board_large.png" alt="image-20201009181905422" style="zoom:50%;" />
59 <img src="figures/sdk_manager.png" alt="sdk_manager" style="zoom: 67%;" />
61 <img src="figures/create_proj.png" alt="sdk_manager" style="zoom: 67%;" />
/bsp/apm32/apm32f072vb-miniboard/
A DREADME.md18 <img src="figures/APM32F072VB.png" alt="image-20221227141551541" style="zoom:50%;" />

Completed in 51 milliseconds

1234