Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_powman/
Dpowman.c186 bool valid = powman_power_state_is_domain_on(wakeup_state, POWMAN_POWER_DOMAIN_XIP_CACHE); in powman_configure_wakeup_state() local
187 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()
/hal_rpi_pico-latest/tools/
Dcheck_board_header.py296 valid = bool(defines[m.group(2)].resolved_value) variable
298 valid = not valid variable
299 validity_stack.append(valid)
/hal_rpi_pico-latest/src/rp2_common/pico_rand/
Drand.c123 #error PICO_RAND_SEED_ENTROPY_SRC_TRNG and PICO_RAND_ENTROPY_SRC_TRNG are only valid on RP2350
/hal_rpi_pico-latest/cmake/
Dpico_pre_load_platform.cmake140 Either specify a valid PICO_PLATFORM (or PICO_CMAKE_PRELOAD_PLATFORM_FILE).")
/hal_rpi_pico-latest/src/
DCMakeLists.txt17 Either specify a valid PICO_PLATFORM (or PICO_PLATFORM_CMAKE_FILE).")
/hal_rpi_pico-latest/tools/pioasm/
Dparser.yy39 …#pragma warning(disable : 4244) // possible loss of data (valid warning, but there is a software c…