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"
601 int16_t high);1019 int16_t high) in nrf_saadc_channel_limits_set() argument1023 | (((uint32_t) high << SAADC_CH_LIMIT_HIGH_Pos) & SAADC_CH_LIMIT_HIGH_Msk)); in nrf_saadc_channel_limits_set()
422 int16_t high) in nrfy_saadc_channel_limits_set() argument424 nrf_saadc_channel_limits_set(p_reg, channel, low, high); in nrfy_saadc_channel_limits_set()
18 …unter reading procedure for VPR cores in the GRTC driver. Now, individual high and low 32-bit part…306 - Fixed IO3 level used in nrfx_qspi_mem_busy_check(). The line is now kept high to prevent memory s…361 - Added high-drive pin configuration in the QSPI, TWIM, and SPIM drivers.443 …n in the CLOCK driver when requested clock was stopped during ramp-up from high priority interrupt.551 …'s control block as volatile to prevent issues in case of compilation with high optimization level.