Home
last modified time | relevance | path

Searched refs:hw_clear_bits (Results 1 – 14 of 14) sorted by relevance

/lk-master/external/platform/pico/rp2_common/hardware_watchdog/
A Dwatchdog.c37 hw_clear_bits(&watchdog_hw->ctrl, WATCHDOG_CTRL_ENABLE_BITS); in _watchdog_enable()
49 hw_clear_bits(&watchdog_hw->ctrl, dbg_bits); in _watchdog_enable()
78 hw_clear_bits(&watchdog_hw->ctrl, WATCHDOG_CTRL_ENABLE_BITS); in watchdog_reboot()
/lk-master/external/platform/pico/rp2_common/hardware_resets/include/hardware/
A Dresets.h76 hw_clear_bits(&resets_hw->reset, bits); in unreset_block()
85 hw_clear_bits(&resets_hw->reset, bits); in unreset_block_wait()
/lk-master/external/platform/pico/rp2_common/hardware_clocks/
A Dclocks.c38 hw_clear_bits(&clock->ctrl, CLOCKS_CLK_USB_CTRL_ENABLE_BITS); in clock_stop()
66 hw_clear_bits(&clock->ctrl, CLOCKS_CLK_REF_CTRL_SRC_BITS); in clock_configure()
74 hw_clear_bits(&clock->ctrl, CLOCKS_CLK_GPOUT0_CTRL_ENABLE_BITS); in clock_configure()
137 hw_clear_bits(&clocks_hw->clk[clk_sys].ctrl, CLOCKS_CLK_SYS_CTRL_SRC_BITS); in clocks_init()
140 hw_clear_bits(&clocks_hw->clk[clk_ref].ctrl, CLOCKS_CLK_REF_CTRL_SRC_BITS); in clocks_init()
264 hw_clear_bits(&clocks_hw->resus.ctrl, CLOCKS_CLK_SYS_RESUS_CTRL_CLEAR_BITS); in clocks_handle_resus()
/lk-master/external/platform/pico/rp2_common/hardware_pll/
A Dpll.c48 hw_clear_bits(&pll->pwr, power); in pll_init()
59 hw_clear_bits(&pll->pwr, PLL_PWR_POSTDIVPD_BITS); in pll_init()
/lk-master/external/platform/pico/rp2_common/hardware_dma/include/hardware/
A Ddma.h479 hw_clear_bits(&dma_hw->inte0, 1u << channel); in dma_channel_set_irq0_enabled()
492 hw_clear_bits(&dma_hw->inte0, channel_mask); in dma_set_irq0_channel_mask_enabled()
508 hw_clear_bits(&dma_hw->inte1, 1u << channel); in dma_channel_set_irq1_enabled()
521 hw_clear_bits(&dma_hw->inte1, channel_mask); in dma_set_irq1_channel_mask_enabled()
591 hw_clear_bits(&dma_hw->sniff_ctrl, DMA_SNIFF_CTRL_BSWAP_BITS); in dma_sniffer_set_byte_swap_enabled()
/lk-master/external/platform/pico/rp2_common/hardware_adc/include/hardware/
A Dadc.h114 hw_clear_bits(&adc_hw->cs, ADC_CS_TS_EN_BITS); in adc_set_temp_sensor_enabled()
142 hw_clear_bits(&adc_hw->cs, ADC_CS_START_MANY_BITS); in adc_run()
/lk-master/external/platform/pico/rp2_common/hardware_gpio/
A Dgpio.c110 hw_clear_bits(en_reg, events); in _gpio_set_irq_enabled()
151 hw_clear_bits(&padsbank0_hw->io[gpio], PADS_BANK0_GPIO0_IE_BITS); in gpio_set_input_enabled()
/lk-master/external/platform/pico/rp2_common/hardware_spi/
A Dspi.c36 hw_clear_bits(&spi_get_hw(spi)->cr1, SPI_SSPCR1_SSE_BITS); in spi_deinit()
37 hw_clear_bits(&spi_get_hw(spi)->dmacr, SPI_SSPDMACR_TXDMAE_BITS | SPI_SSPDMACR_RXDMAE_BITS); in spi_deinit()
/lk-master/external/platform/pico/rp2_common/hardware_base/include/hardware/
A Daddress_mapped.h93 inline static void hw_clear_bits(io_rw_32 *addr, uint32_t mask) { in hw_clear_bits() function
/lk-master/external/platform/pico/rp2_common/hardware_pwm/include/hardware/
A Dpwm.h439 hw_clear_bits(&pwm_hw->inte, 1u << slice_num); in pwm_set_irq_enabled()
456 hw_clear_bits(&pwm_hw->inte, slice_mask); in pwm_set_irq_mask_enabled()
/lk-master/external/platform/pico/rp2_common/hardware_spi/include/hardware/
A Dspi.h167 hw_clear_bits(&spi_get_hw(spi)->cr1, SPI_SSPCR1_MS_BITS); in spi_set_slave()
/lk-master/external/platform/pico/rp2_common/hardware_rtc/
A Drtc.c184 hw_clear_bits(&rtc_hw->irq_setup_0, RTC_IRQ_SETUP_0_MATCH_ENA_BITS); in rtc_disable_alarm()
/lk-master/external/platform/pico/rp2_common/hardware_uart/include/hardware/
A Duart.h402 hw_clear_bits(&uart_get_hw(uart)->lcr_h, UART_UARTLCR_H_BRK_BITS); in uart_set_break()
/lk-master/external/platform/pico/rp2_common/hardware_i2c/
A Di2c.c97 hw_clear_bits(&i2c->hw->con, in i2c_set_slave_mode()

Completed in 23 milliseconds