Home
last modified time | relevance | path

Searched refs:LED1_PIN (Results 1 – 7 of 7) sorted by relevance

/hal_nordic-3.5.0/nrfx/samples/common/
Dnrfx_example.h59 #define LED1_PIN 17 macro
64 #define LED1_PIN 13 macro
81 #define LED1_PIN 28 macro
97 #define LED1_PIN 2 macro
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_gppi/one_to_one/
DREADME.md42 - "GPIOTE output pin: <LED1_PIN> is low"
44 - "GPIOTE output pin: <LED1_PIN> is high"
47 > In the output, instead of `<LED1_PIN>`, you should see the corresponding pin numbers defined in `…
Dmain.c62 #define OUTPUT_PIN LED1_PIN
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_gppi/fork/
DREADME.md42 - "GPIOTE output pin .primary.: <LED1_PIN> is low"
45 - "GPIOTE output pin .primary.: <LED1_PIN> is high"
49 > In the output, instead of `<LED1_PIN>` and `<LED2_PIN>`, you should see the corresponding pin num…
Dmain.c63 #define OUTPUT_PIN_PRIMARY LED1_PIN
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_pwm/common_mode/
Dmain.c118 nrfx_pwm_config_t config = NRFX_PWM_DEFAULT_CONFIG(LED1_PIN, LED2_PIN, LED3_PIN, LED4_PIN); in main()
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_pwm/grouped_mode/
Dmain.c202 nrfx_pwm_config_t config = NRFX_PWM_DEFAULT_CONFIG(LED1_PIN, LED4_PIN, LED2_PIN, LED3_PIN); in main()