Searched refs:enable (Results 1 – 13 of 13) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/ |
D | CMakeLists.txt | 1 # PICO_CMAKE_CONFIG: PICO_STDIO_UART, Option to globally enable stdio UART for all targets by defau… 2 option(PICO_STDIO_UART "Globally enable stdio UART" 1) 3 # PICO_CMAKE_CONFIG: PICO_STDIO_USB, Option to globally enable stdio USB for all targets by default… 4 option(PICO_STDIO_USB "Globally enable stdio USB" 0) 5 # PICO_CMAKE_CONFIG: PICO_STDIO_SEMIHOSTING, Option to globally enable stdio semi-hosting for all t… 6 option(PICO_STDIO_SEMIHOSTING "Globally enable stdio semi-hosting" 0) 7 # PICO_CMAKE_CONFIG: PICO_STDIO_RTT, Option to globally enable stdio RTT for all targets by default… 8 option(PICO_STDIO_RTT "Globally enable stdio RTT" 0)
|
D | stdio.c | 151 void stdio_set_driver_enabled(stdio_driver_t *driver, bool enable) { in stdio_set_driver_enabled() argument 155 if (!enable) { in stdio_set_driver_enabled() 163 if (enable) { in stdio_set_driver_enabled()
|
/hal_rpi_pico-latest/src/rp2_common/hardware_i2c/ |
D | i2c.c | 12 check_hw_layout(i2c_hw_t, enable, I2C_IC_ENABLE_OFFSET); 37 i2c->hw->enable = 0; in i2c_init() 95 i2c->hw->enable = 0; in i2c_set_baudrate() 108 i2c->hw->enable = 1; in i2c_set_baudrate() 115 i2c->hw->enable = 0; in i2c_set_slave_mode() 130 i2c->hw->enable = 1; in i2c_set_slave_mode() 142 i2c->hw->enable = 0; in i2c_write_blocking_internal() 144 i2c->hw->enable = 1; in i2c_write_blocking_internal() 275 i2c->hw->enable = 0; in i2c_read_blocking_internal() 277 i2c->hw->enable = 1; in i2c_read_blocking_internal()
|
/hal_rpi_pico-latest/src/host/hardware_gpio/ |
D | gpio.c | 71 void gpio_set_irq_enabled(uint gpio, uint32_t events, bool enable) { in gpio_set_irq_enabled() argument 141 void gpio_set_input_enabled(uint gpio, bool enable) { in gpio_set_input_enabled() argument
|
/hal_rpi_pico-latest/src/rp2_common/hardware_adc/include/hardware/ |
D | adc.h | 161 static inline void adc_set_temp_sensor_enabled(bool enable) { in adc_set_temp_sensor_enabled() argument 162 if (enable) in adc_set_temp_sensor_enabled()
|
/hal_rpi_pico-latest/src/host/hardware_gpio/include/hardware/ |
D | gpio.h | 70 void gpio_set_input_enabled(uint gpio, bool enable);
|
/hal_rpi_pico-latest/bazel/config/ |
D | BUILD.bazel | 69 # PICO_BAZEL_CONFIG: PICO_STDIO_UART, Option to globally enable stdio UART for all targets by defau… 81 # PICO_BAZEL_CONFIG: PICO_STDIO_USB, Option to globally enable stdio USB for all targets by default… 87 # PICO_BAZEL_CONFIG: PICO_STDIO_SEMIHOSTING, Option to globally enable stdio semi-hosting for all t… 93 # PICO_BAZEL_CONFIG: PICO_STDIO_RTT, Option to globally enable stdio RTT for all targets by default…
|
/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/ |
D | i2c.h | 207 io_rw_32 enable;
|
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/ |
D | i2c.h | 207 io_rw_32 enable;
|
/hal_rpi_pico-latest/cmake/preload/toolchains/util/ |
D | pico_arm_gcc_common.cmake | 36 # workaround for projects that don't enable ASM
|
D | pico_arm_clang_common.cmake | 18 # workaround for projects that don't enable ASM
|
/hal_rpi_pico-latest/src/rp2_common/hardware_dma/include/hardware/ |
D | dma.h | 301 static inline void channel_config_set_enable(dma_channel_config *c, bool enable) { in channel_config_set_enable() argument 302 … c->ctrl = enable ? (c->ctrl | DMA_CH0_CTRL_TRIG_EN_BITS) : (c->ctrl & ~DMA_CH0_CTRL_TRIG_EN_BITS); in channel_config_set_enable()
|
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/ |
D | CMakeLists.txt | 96 # # PICO_CMAKE_CONFIG: CYW43_PIO_CLOCK_DIV_DYNAMIC, flag used to enable dynamic pio clock di…
|