| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/elementary/src/ |
| A D | elm_precom.h | 44 #define JUMP_IF_NON_ZERO_VALUE(x, label) { int ret = x; if ( (ret) != 1 ) { goto label; } } argument 45 #define JUMP_IF_NULL(x, label) { if (x == NULL) { goto label;} } argument 46 #define JUMP_IF_LOWER(x, y, label) {if (x < y) {goto label;} } argument 47 #define JUMP_IF_GREATER(x, y, label) {if (x > y) {goto label;} } argument 48 #define JUMP_IF_EQUAL(x, y, label) {if (x == y) {goto label;} } argument 49 #define JUMP_IF_LOWER_OR_EQUAL(x, y, label) {if (x <= y) {goto label;} } argument 50 #define JUMP_IF_GREATER_OR_EQUAL(x, y, label) {if (x => y) {goto label;} } argument
|
| /bsp/efm32/ |
| A D | application.c | 185 struct rtgui_label* label; in app_main() local 216 label = rtgui_label_create("RT-Thread & RTGUI"); in app_main() 217 if (label == RT_NULL) in app_main() 259 label = rtgui_label_create("EFM32GG_DK3750 Kit"); in app_main() 260 if (label == RT_NULL) in app_main() 301 label = rtgui_label_create("哈罗,盹胖!"); in app_main() 302 if(label == RT_NULL) in app_main() 311 rtgui_box_append(box, RTGUI_WIDGET(label)); in app_main() 415 struct rtgui_label* label; in app_photo() local 443 label = rtgui_label_create("Photo Frame Demo"); in app_photo() [all …]
|
| /bsp/CME_M7/StdPeriph_Driver/inc/ |
| A D | cmem7_retarget.h | 79 label: goto label; /* endless loop */ in _sys_exit()
|
| /bsp/samd21/sam_d2x_asflib/common/services/adp/ |
| A D | adp.c | 395 label_len = strlen(label) + 1; in adp_configure_stream() 408 index = adp_add_send_byte((uint8_t*)&msg_format.data, index, (uint8_t*)label, label_len); in adp_configure_stream() 512 bool adp_configure_terminal(struct adp_msg_conf_terminal *const config, const char* label) in adp_configure_terminal() argument 518 label_len = strlen(label) + 1; in adp_configure_terminal() 599 bool adp_add_axis_to_graph(struct adp_msg_conf_axis *const config, const char* label) in adp_add_axis_to_graph() argument 608 label_len = strlen(label) + 1; in adp_add_axis_to_graph() 700 label_len = strlen(label) + 1; in adp_add_cursor_to_graph() 797 bool adp_add_dashboard(struct adp_msg_conf_dashboard *const config, const char* label) in adp_add_dashboard() argument 803 label_len = strlen(label) + 1; in adp_add_dashboard() 861 label_len = strlen(label) + 1; in adp_add_label_to_dashboard() [all …]
|
| A D | adp.h | 292 bool adp_configure_stream(struct adp_msg_configure_stream *const config, const char* label); 393 bool adp_add_axis_to_graph(struct adp_msg_conf_axis *const config, const char* label); 499 bool adp_add_cursor_to_graph(struct adp_msg_add_cursor_to_graph *const config, const char* label); 568 bool adp_configure_terminal(struct adp_msg_conf_terminal *const config, const char* label); 620 bool adp_add_dashboard(struct adp_msg_conf_dashboard *const config, const char* label); 726 …d_label_to_dashboard(struct adp_msg_conf_dashboard_element_label *const config, const char* label); 742 …button_to_dashboard(struct adp_msg_conf_dashboard_element_button *const config, const char* label);
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6800/HPM6880/toolchains/segger/ |
| A D | startup.s | 165 #define L(label) .L_start_##label argument 371 #define L(label) .L_exit_##label argument
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6700/HPM6750/toolchains/segger/ |
| A D | startup.s | 165 #define L(label) .L_start_##label argument 368 #define L(label) .L_exit_##label argument
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/HPM6E80/toolchains/segger/ |
| A D | startup.s | 165 #define L(label) .L_start_##label argument 371 #define L(label) .L_exit_##label argument
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6200/HPM6280/toolchains/segger/ |
| A D | startup.s | 165 #define L(label) .L_start_##label argument 365 #define L(label) .L_exit_##label argument
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM5300/HPM5301/toolchains/segger/ |
| A D | startup.s | 165 #define L(label) .L_start_##label argument 371 #define L(label) .L_exit_##label argument
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM5300/HPM5361/toolchains/segger/ |
| A D | startup.s | 165 #define L(label) .L_start_##label argument 371 #define L(label) .L_exit_##label argument
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6300/HPM6360/toolchains/segger/ |
| A D | startup.s | 165 #define L(label) .L_start_##label argument 371 #define L(label) .L_exit_##label argument
|
| /bsp/microchip/same70/bsp/ |
| A D | atmel_start_config.atstart | 161 label: AD/10 339 label: TWCK/0 346 label: TWD/0 391 label: RXD/1 398 label: TXD/1 725 label: GMDC 732 label: GMDIO 739 label: GRX/0 746 label: GRX/1 753 label: GRXDV [all …]
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/ |
| A D | ht32_retarget.c | 400 label: goto label; /* endless loop … in _sys_exit()
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/ |
| A D | ht32_retarget.c | 400 label: goto label; /* endless loop … in _sys_exit()
|
| /bsp/microchip/same54/bsp/ |
| A D | atmel_start_config.atstart | 85 label: AIN/0 1059 label: TX 1062 label: RX 1099 label: SDA 1102 label: SCL 1163 label: RX 1170 label: TX 1246 label: GMDC 1253 label: GMDIO 1260 label: GRX/0 [all …]
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6800/HPM6880/ |
| A D | hpm_interrupt.h | 1173 #define MODE_SWITCH_FROM_M(mstatus, mepc, label, mode) \ argument 1175 if (label) { \ 1176 write_csr(mepc, label); \
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/HPM6E80/ |
| A D | hpm_interrupt.h | 1174 #define MODE_SWITCH_FROM_M(mstatus, mepc, label, mode) \ argument 1176 if (label) { \ 1177 write_csr(mepc, label); \
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6200/HPM6280/ |
| A D | hpm_interrupt.h | 1175 #define MODE_SWITCH_FROM_M(mstatus, mepc, label, mode) \ argument 1177 if (label) { \ 1178 write_csr(mepc, label); \
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6300/HPM6360/ |
| A D | hpm_interrupt.h | 1175 #define MODE_SWITCH_FROM_M(mstatus, mepc, label, mode) \ argument 1177 if (label) { \ 1178 write_csr(mepc, label); \
|
| /bsp/microchip/saml10/bsp/ |
| A D | atmel_start_config.atstart | 69 label: AIN/0 485 label: SDA 488 label: SCL 534 label: TX 537 label: RX
|
| /bsp/microchip/samc21/bsp/ |
| A D | atmel_start_config.atstart | 72 label: AIN/10 672 label: SDA 675 label: SCL 721 label: TX 724 label: RX 785 label: RX 792 label: TX
|
| /bsp/renesas/ra6m3-hmi-board/board/lvgl/demo/stress/ |
| A D | lv_demo_stress.c | 104 lv_obj_t * label = lv_label_create(t); in obj_test_task_cb() local 105 lv_label_set_text(label, "Label on tabview"); in obj_test_task_cb()
|
| /bsp/renesas/docs/ |
| A D | RA_Series_Uses_FSP_to_Configure_Peripheral_Drivers.md | 51 … you need to modify the naming, and set **name** , **channel** , **callback** to be the same label. 66 …essary to modify the naming and set **name** , **channel** to be the same label. Select the trigge… 218 …e label **1** in the figure to ``GTIOCA or GTIOCB`` , and set the corresponding output pins of the…
|
| /bsp/avr32/at32uc3a0256/ |
| A D | avr32elf_uc3a0256.lds | 97 /* Ensure the __preinit_array_start label is properly aligned. We 98 could instead move the label definition inside the section, but
|