Home
last modified time | relevance | path

Searched refs:LED3_PIN (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-3.5.0/nrfx/samples/common/
Dnrfx_example.h61 #define LED3_PIN 19 macro
66 #define LED3_PIN 15 macro
83 #define LED3_PIN 30 macro
99 #define LED3_PIN 4 macro
/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()