Searched refs:optional (Results 1 – 6 of 6) sorted by relevance
/hal_rpi_pico-latest/src/ |
D | CMakeLists.txt | 21 # 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/ |
D | pio_types.h | 323 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/ |
D | pio.h | 514 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/ |
D | memmap_copy_to_ram.ld | 66 /* Note the boot2 section is optional, and should be discarded if there is
|
D | memmap_default.ld | 103 /* Note the boot2 section is optional, and should be discarded if there is
|
/hal_rpi_pico-latest/tools/ |
D | CMakeLists.txt | 308 # set for a given scope, and then the SIGFILE argument is optional.
|