Home
last modified time | relevance | path

Searched refs:low (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/ack_generator/
Dnrf_802154_ack_data.c234 int32_t low = 0; in addr_binary_search() local
238 while (high >= low) in addr_binary_search()
240 midpoint = (uint32_t)(low + (high - low) / 2); in addr_binary_search()
258 low = (int32_t)(midpoint + 1); in addr_binary_search()
274 if ((uint32_t)low == midpoint + 1) in addr_binary_search()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/
DREADME.md42 - "GPIOTE output pin .primary.: <LED1_PIN> is low"
46 - "GPIOTE output pin .fork.: <LED2_PIN> is low"
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/
DREADME.md42 - "GPIOTE output pin: <LED1_PIN> is low"
/hal_nordic-latest/nrfx/hal/
Dnrf_saadc.h600 int16_t low,
1018 int16_t low, in nrf_saadc_channel_limits_set() argument
1022 (((uint32_t) low << SAADC_CH_LIMIT_LOW_Pos) & SAADC_CH_LIMIT_LOW_Msk) in nrf_saadc_channel_limits_set()
/hal_nordic-latest/nrfx/haly/
Dnrfy_saadc.h421 int16_t low, in nrfy_saadc_channel_limits_set() argument
424 nrf_saadc_channel_limits_set(p_reg, channel, low, high); in nrfy_saadc_channel_limits_set()
/hal_nordic-latest/nrfx/
DCHANGELOG.md18 …ading procedure for VPR cores in the GRTC driver. Now, individual high and low 32-bit parts are re…
163 … blocking and non-blocking transfers, linking transfers, continuous reception, low power operation.
229 - Renamed configuration structure members `hal` and `hal_config`, containing low-level peripheral s…
317 - Improved management of low frequency clock source during initialization in the CLOCK driver. Comp…