Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/hardware_clocks/
A Dclocks.c43 hw_clear_bits(&clock->ctrl, CLOCKS_CLK_USB_CTRL_ENABLE_BITS); in clock_stop()
71 hw_clear_bits(&clock->ctrl, CLOCKS_CLK_REF_CTRL_SRC_BITS); in clock_configure()
81 hw_clear_bits(&clock->ctrl, CLOCKS_CLK_GPOUT0_CTRL_ENABLE_BITS); in clock_configure()
141 hw_clear_bits(&clocks_hw->clk[clk_sys].ctrl, CLOCKS_CLK_SYS_CTRL_SRC_BITS); in clocks_init()
144 hw_clear_bits(&clocks_hw->clk[clk_ref].ctrl, CLOCKS_CLK_REF_CTRL_SRC_BITS); in clocks_init()
258 hw_clear_bits(&clocks_hw->resus.ctrl, CLOCKS_CLK_SYS_RESUS_CTRL_CLEAR_BITS); in clocks_handle_resus()
/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()
81 hw_clear_bits(&watchdog_hw->ctrl, WATCHDOG_CTRL_ENABLE_BITS); in watchdog_reboot()
/external/platform/pico/rp2_common/hardware_resets/include/hardware/
A Dresets.h80 hw_clear_bits(&resets_hw->reset, bits); in unreset_block()
89 hw_clear_bits(&resets_hw->reset, bits); in unreset_block_wait()
/external/platform/pico/rp2_common/hardware_dma/include/hardware/
A Ddma.h547 hw_clear_bits(&dma_hw->inte0, 1u << channel); in dma_channel_set_irq0_enabled()
560 hw_clear_bits(&dma_hw->inte0, channel_mask); in dma_set_irq0_channel_mask_enabled()
576 hw_clear_bits(&dma_hw->inte1, 1u << channel); in dma_channel_set_irq1_enabled()
589 hw_clear_bits(&dma_hw->inte1, channel_mask); in dma_set_irq1_channel_mask_enabled()
767 hw_clear_bits(&dma_hw->sniff_ctrl, DMA_SNIFF_CTRL_BSWAP_BITS); in dma_sniffer_set_byte_swap_enabled()
782 hw_clear_bits(&dma_hw->sniff_ctrl, DMA_SNIFF_CTRL_OUT_INV_BITS); in dma_sniffer_set_output_invert_enabled()
797 hw_clear_bits(&dma_hw->sniff_ctrl, DMA_SNIFF_CTRL_OUT_REV_BITS); in dma_sniffer_set_output_reverse_enabled()
/external/platform/pico/rp2_common/hardware_spi/include/hardware/
A Dspi.h186 hw_clear_bits(&spi_get_hw(spi)->cr1, SPI_SSPCR1_SSE_BITS); in spi_set_format()
212 hw_clear_bits(&spi_get_hw(spi)->cr1, SPI_SSPCR1_SSE_BITS); in spi_set_slave()
217 hw_clear_bits(&spi_get_hw(spi)->cr1, SPI_SSPCR1_MS_BITS); in spi_set_slave()
/external/platform/pico/rp2_common/hardware_pll/
A Dpll.c62 hw_clear_bits(&pll->pwr, power); in pll_init()
71 hw_clear_bits(&pll->pwr, PLL_PWR_POSTDIVPD_BITS); in pll_init()
/external/platform/pico/rp2_common/hardware_adc/include/hardware/
A Dadc.h123 hw_clear_bits(&adc_hw->cs, ADC_CS_TS_EN_BITS); in adc_set_temp_sensor_enabled()
151 hw_clear_bits(&adc_hw->cs, ADC_CS_START_MANY_BITS); in adc_run()
/external/platform/pico/rp2_common/hardware_spi/
A Dspi.c37 hw_clear_bits(&spi_get_hw(spi)->cr1, SPI_SSPCR1_SSE_BITS); in spi_deinit()
38 hw_clear_bits(&spi_get_hw(spi)->dmacr, SPI_SSPDMACR_TXDMAE_BITS | SPI_SSPDMACR_RXDMAE_BITS); in spi_deinit()
49 hw_clear_bits(&spi_get_hw(spi)->cr1, SPI_SSPCR1_SSE_BITS); in spi_set_baudrate()
/external/platform/pico/rp2_common/hardware_pio/
A Dpio.c161 hw_clear_bits(&pio->sm[sm].execctrl, 1u << PIO_SM0_EXECCTRL_OUT_STICKY_LSB); in pio_sm_set_pins()
183 hw_clear_bits(&pio->sm[sm].execctrl, 1u << PIO_SM0_EXECCTRL_OUT_STICKY_LSB); in pio_sm_set_pins_with_mask()
201 hw_clear_bits(&pio->sm[sm].execctrl, 1u << PIO_SM0_EXECCTRL_OUT_STICKY_LSB); in pio_sm_set_pindirs_with_mask()
220 hw_clear_bits(&pio->sm[sm].execctrl, 1u << PIO_SM0_EXECCTRL_OUT_STICKY_LSB); in pio_sm_set_consecutive_pindirs()
/external/platform/pico/rp2_common/hardware_gpio/
A Dgpio.c101 hw_clear_bits(&padsbank0_hw->io[gpio], PADS_BANK0_GPIO0_SCHMITT_BITS); in gpio_set_input_hysteresis_enabled()
173 hw_clear_bits(en_reg, events); in _gpio_set_irq_enabled()
243 hw_clear_bits(&padsbank0_hw->io[gpio], PADS_BANK0_GPIO0_IE_BITS); in gpio_set_input_enabled()
/external/platform/pico/rp2_common/pico_fix/rp2040_usb_device_enumeration/
A Drp2040_usb_device_enumeration.c142hw_clear_bits(&usb_hw->phy_direct_override, USB_USBPHY_DIRECT_OVERRIDE_DP_PULLUP_EN_OVERRIDE_EN_BI… in hw_enumeration_fix_finish()
/external/platform/pico/rp2_common/hardware_pwm/include/hardware/
A Dpwm.h515 hw_clear_bits(&pwm_hw->inte, 1u << slice_num); in pwm_set_irq_enabled()
532 hw_clear_bits(&pwm_hw->inte, slice_mask); in pwm_set_irq_mask_enabled()
/external/platform/pico/rp2_common/hardware_pio/include/hardware/
A Dpio.h713 hw_clear_bits(&pio->inte0, 1u << source); in pio_set_irq0_source_enabled()
729 hw_clear_bits(&pio->inte1, 1u << source); in pio_set_irq1_source_enabled()
745 hw_clear_bits(&pio->inte0, source_mask); in pio_set_irq0_source_mask_enabled()
762 hw_clear_bits(&pio->inte1, source_mask); in pio_set_irq1_source_mask_enabled()
/external/platform/pico/rp2_common/hardware_base/include/hardware/
A Daddress_mapped.h131 __force_inline static void hw_clear_bits(io_rw_32 *addr, uint32_t mask) { in hw_clear_bits() function
/external/platform/pico/rp2_common/hardware_rtc/
A Drtc.c187 hw_clear_bits(&rtc_hw->irq_setup_0, RTC_IRQ_SETUP_0_MATCH_ENA_BITS); in rtc_disable_alarm()
/external/platform/pico/rp2_common/hardware_uart/
A Duart.c97 hw_clear_bits(&uart_get_hw(uart)->cr, in uart_disable_before_lcr_write()
/external/platform/pico/rp2_common/hardware_timer/
A Dtimer.c125 hw_clear_bits(&timer_hw->intf, 1u << alarm_num); in hardware_alarm_irq_handler()

Completed in 34 milliseconds