Home
last modified time | relevance | path

Searched refs:LED2_PIN (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/nrfx/samples/common/
Dnrfx_example.h60 #define LED2_PIN 18 macro
65 #define LED2_PIN 14 macro
82 #define LED2_PIN 29 macro
98 #define LED2_PIN 3 macro
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/
DREADME.md43 - "GPIOTE output pin .fork.: <LED2_PIN> is high"
46 - "GPIOTE output pin .fork.: <LED2_PIN> is low"
49 > In the output, instead of `<LED1_PIN>` and `<LED2_PIN>`, you should see the corresponding pin num…
Dmain.c69 #define OUTPUT_PIN_FORK LED2_PIN
/hal_nordic-latest/nrfx/samples/src/nrfx_pwm/common_mode/
Dmain.c123 nrfx_pwm_config_t config = NRFX_PWM_DEFAULT_CONFIG(LED1_PIN, LED2_PIN, LED3_PIN, LED4_PIN); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_pwm/grouped_mode/
Dmain.c207 nrfx_pwm_config_t config = NRFX_PWM_DEFAULT_CONFIG(LED1_PIN, LED4_PIN, LED2_PIN, LED3_PIN); in main()