Searched refs:low (Results 1 – 6 of 6) sorted by relevance
| /hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/ack_generator/ |
| D | nrf_802154_ack_data.c | 234 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/ |
| D | README.md | 42 - "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/ |
| D | README.md | 42 - "GPIOTE output pin: <LED1_PIN> is low"
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_saadc.h | 600 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/ |
| D | nrfy_saadc.h | 421 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/ |
| D | CHANGELOG.md | 18 …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…
|