Home
last modified time | relevance | path

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

/hal_nordic-3.5.0/nrfx/samples/common/
Dnrfx_example.h62 #define LED4_PIN 20 macro
67 #define LED4_PIN 16 macro
84 #define LED4_PIN 31 macro
100 #define LED4_PIN 5 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()