Home
last modified time | relevance | path

Searched refs:array (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-3.5.0/nrfx/samples/src/nrfx_pwm/grouped_mode/
DREADME.md42 - SEQ1 changed to sequence number 2 from the seq array
44 - SEQ1 changed to sequence number 1 from the seq array
46 - SEQ1 changed to sequence number 2 from the seq array
48 - SEQ1 changed to sequence number 1 from the seq array
50 - SEQ1 changed to sequence number 2 from the seq array
52 - SEQ1 changed to sequence number 1 from the seq array
/hal_nordic-3.5.0/nrfx/drivers/
Dnrfx_common.h455 #define NRFX_ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
/hal_nordic-3.5.0/nrfx/hal/
Dnrf_pwm.h102 #define NRF_PWM_VALUES_LENGTH(array) (sizeof(array) / 2UL) argument
/hal_nordic-3.5.0/nrfx/
DCHANGELOG.md66 …figuring pins that should use inverted polarity in the PWM driver. Now an array inside driver conf…
104 - Disabled array bounds warning for nrf_clock_is_running() function that was false positive in GCC …