Searched refs:LED1_PIN (Results 1 – 7 of 7) sorted by relevance
/hal_nordic-3.5.0/nrfx/samples/common/ |
D | nrfx_example.h | 59 #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/ |
D | README.md | 42 - "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 `…
|
D | main.c | 62 #define OUTPUT_PIN LED1_PIN
|
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_gppi/fork/ |
D | README.md | 42 - "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…
|
D | main.c | 63 #define OUTPUT_PIN_PRIMARY LED1_PIN
|
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_pwm/common_mode/ |
D | main.c | 118 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/ |
D | main.c | 202 nrfx_pwm_config_t config = NRFX_PWM_DEFAULT_CONFIG(LED1_PIN, LED4_PIN, LED2_PIN, LED3_PIN); in main()
|