Home
last modified time | relevance | path

Searched refs:LEDB_PIN (Results 1 – 8 of 8) sorted by relevance

/bsp/nxp/lpc/lpc55sxx/Libraries/template/lpc55s6xxxx/applications/
A Dmain.c17 #define LEDB_PIN GET_PINS(1, 4) macro
31 rt_pin_mode(LEDB_PIN, PIN_MODE_OUTPUT); /* Set GPIO as Output */ in main()
34 rt_pin_write(LEDB_PIN, PIN_HIGH); /* Set GPIO output 1 */ in main()
36 rt_pin_write(LEDB_PIN, PIN_LOW); /* Set GPIO output 0 */ in main()
/bsp/nxp/lpc/lpc55sxx/lpc55s16_nxp_evk/applications/
A Dmain.c20 #define LEDB_PIN GET_PINS(1, 6) macro
35 rt_pin_mode(LEDB_PIN, PIN_MODE_OUTPUT); /* Set GPIO as Output */ in main()
38 rt_pin_write(LEDB_PIN, PIN_HIGH); /* Set GPIO output 1 */ in main()
40 rt_pin_write(LEDB_PIN, PIN_LOW); /* Set GPIO output 0 */ in main()
/bsp/nxp/lpc/lpc55sxx/lpc55s28_nxp_evk/applications/
A Dmain.c20 #define LEDB_PIN GET_PINS(1, 4) macro
35 rt_pin_mode(LEDB_PIN, PIN_MODE_OUTPUT); /* Set GPIO as Output */ in main()
38 rt_pin_write(LEDB_PIN, PIN_HIGH); /* Set GPIO output 1 */ in main()
40 rt_pin_write(LEDB_PIN, PIN_LOW); /* Set GPIO output 0 */ in main()
/bsp/nxp/lpc/lpc55sxx/lpc55s36_nxp_evk/applications/
A Dmain.c20 #define LEDB_PIN GET_PINS(1, 4) macro
35 rt_pin_mode(LEDB_PIN, PIN_MODE_OUTPUT); /* Set GPIO as Output */ in main()
38 rt_pin_write(LEDB_PIN, PIN_HIGH); /* Set GPIO output 1 */ in main()
40 rt_pin_write(LEDB_PIN, PIN_LOW); /* Set GPIO output 0 */ in main()
/bsp/nxp/lpc/lpc55sxx/lpc55s06_nxp_evk/applications/
A Dmain.c20 #define LEDB_PIN GET_PINS(1, 4) macro
35 rt_pin_mode(LEDB_PIN, PIN_MODE_OUTPUT); /* Set GPIO as Output */ in main()
38 rt_pin_write(LEDB_PIN, PIN_HIGH); /* Set GPIO output 1 */ in main()
40 rt_pin_write(LEDB_PIN, PIN_LOW); /* Set GPIO output 0 */ in main()
/bsp/nxp/lpc/lpc55sxx/lpc55s69_nxp_evk/applications/
A Dmain.c24 #define LEDB_PIN GET_PINS(1, 4) macro
38 rt_pin_mode(LEDB_PIN, PIN_MODE_OUTPUT); /* Set GPIO as Output */ in main()
53 rt_pin_write(LEDB_PIN, PIN_HIGH); /* Set GPIO output 1 */ in main()
55 rt_pin_write(LEDB_PIN, PIN_LOW); /* Set GPIO output 0 */ in main()
/bsp/nxp/mcx/mcxn/frdm-mcxn236/applications/
A Dmain.c19 #define LEDB_PIN ((4*32)+18) macro
36 rt_pin_mode(LEDB_PIN, PIN_MODE_OUTPUT); /* Set GPIO as Output */ in main()
46 rt_pin_write(LEDB_PIN, PIN_HIGH); /* Set GPIO output 1 */ in main()
48 rt_pin_write(LEDB_PIN, PIN_LOW); /* Set GPIO output 0 */ in main()
/bsp/nxp/mcx/mcxn/frdm-mcxn947/applications/
A Dmain.c19 #define LEDB_PIN ((1*32)+2) macro
36 rt_pin_mode(LEDB_PIN, PIN_MODE_OUTPUT); /* Set GPIO as Output */ in main()
59 rt_pin_write(LEDB_PIN, PIN_HIGH); /* Set GPIO output 1 */ in main()
61 rt_pin_write(LEDB_PIN, PIN_LOW); /* Set GPIO output 0 */ in main()

Completed in 17 milliseconds