Searched refs:high (Results 1 – 6 of 6) sorted by relevance
236 int32_t high = addr_array_len; in addr_binary_search() local238 while (high >= low) in addr_binary_search()240 midpoint = (uint32_t)(low + (high - low) / 2); in addr_binary_search()250 high = (int32_t)(midpoint - 1); in addr_binary_search()
43 - "GPIOTE output pin .fork.: <LED2_PIN> is high"45 - "GPIOTE output pin .primary.: <LED1_PIN> is high"
44 - "GPIOTE output pin: <LED1_PIN> is high"
532 int16_t high);910 int16_t high) in nrf_saadc_channel_limits_set() argument914 | (((uint32_t) high << SAADC_CH_LIMIT_HIGH_Pos) & SAADC_CH_LIMIT_HIGH_Msk)); in nrf_saadc_channel_limits_set()
413 int16_t high) in nrfy_saadc_channel_limits_set() argument415 nrf_saadc_channel_limits_set(p_reg, channel, low, high); in nrfy_saadc_channel_limits_set()
121 - Fixed IO3 level used in nrfx_qspi_mem_busy_check(). The line is now kept high to prevent memory s…176 - Added high-drive pin configuration in the QSPI, TWIM, and SPIM drivers.258 …n in the CLOCK driver when requested clock was stopped during ramp-up from high priority interrupt.366 …'s control block as volatile to prevent issues in case of compilation with high optimization level.