Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/
DCMakeLists.txt21 # second argument is optional path
34 # todo make this optional?
38 # todo make this optional?
95 # optional arg NOFLAG will skip the LIB_TARGET definition
110 # optional arg NOFLAG will skip the LIB_TARGET definition
/hal_rpi_pico-latest/tools/pioasm/
Dpio_types.h323 void set_sideset(const yy::location &l, rvalue _sideset, bool optional, bool pindirs) { in set_sideset()
325 sideset_opt = optional; in set_sideset()
/hal_rpi_pico-latest/src/rp2_common/hardware_pio/include/hardware/
Dpio.h514 static inline void sm_config_set_sideset(pio_sm_config *c, uint bit_count, bool optional, bool pind… in sm_config_set_sideset() argument
516 valid_params_if(HARDWARE_PIO, !optional || bit_count >= 1); in sm_config_set_sideset()
520 (bool_to_bit(optional) << PIO_SM0_EXECCTRL_SIDE_EN_LSB) | in sm_config_set_sideset()
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/
Dmemmap_copy_to_ram.ld66 /* Note the boot2 section is optional, and should be discarded if there is
Dmemmap_default.ld103 /* Note the boot2 section is optional, and should be discarded if there is
/hal_rpi_pico-latest/tools/
DCMakeLists.txt308 # set for a given scope, and then the SIGFILE argument is optional.