Searched refs:valid (Results 1 – 6 of 6) sorted by relevance
186 bool valid = powman_power_state_is_domain_on(wakeup_state, POWMAN_POWER_DOMAIN_XIP_CACHE); in powman_configure_wakeup_state() local187 valid &= powman_power_state_is_domain_on(wakeup_state, POWMAN_POWER_DOMAIN_SWITCHED_CORE); in powman_configure_wakeup_state()188 valid &= powman_power_state_is_domain_on(sleep_state, POWMAN_POWER_DOMAIN_SRAM_BANK0) == in powman_configure_wakeup_state()190 valid &= powman_power_state_is_domain_on(sleep_state, POWMAN_POWER_DOMAIN_SRAM_BANK1) == in powman_configure_wakeup_state()192 if (valid) { in powman_configure_wakeup_state()199 return valid; in powman_configure_wakeup_state()
296 valid = bool(defines[m.group(2)].resolved_value) variable298 valid = not valid variable299 validity_stack.append(valid)
123 #error PICO_RAND_SEED_ENTROPY_SRC_TRNG and PICO_RAND_ENTROPY_SRC_TRNG are only valid on RP2350
140 Either specify a valid PICO_PLATFORM (or PICO_CMAKE_PRELOAD_PLATFORM_FILE).")
17 Either specify a valid PICO_PLATFORM (or PICO_PLATFORM_CMAKE_FILE).")
39 …#pragma warning(disable : 4244) // possible loss of data (valid warning, but there is a software c…