Home
last modified time | relevance | path

Searched refs:cs (Results 1 – 11 of 11) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_adc/include/hardware/
Dadc.h120 hw_write_masked(&adc_hw->cs, input << ADC_CS_AINSEL_LSB, ADC_CS_AINSEL_BITS); in adc_select_input()
138 return (adc_hw->cs & ADC_CS_AINSEL_BITS) >> ADC_CS_AINSEL_LSB; in adc_get_selected_input()
152 hw_write_masked(&adc_hw->cs, input_mask << ADC_CS_RROBIN_LSB, ADC_CS_RROBIN_BITS); in adc_set_round_robin()
163 hw_set_bits(&adc_hw->cs, ADC_CS_TS_EN_BITS); in adc_set_temp_sensor_enabled()
165 hw_clear_bits(&adc_hw->cs, ADC_CS_TS_EN_BITS); in adc_set_temp_sensor_enabled()
176 hw_set_bits(&adc_hw->cs, ADC_CS_START_ONCE_BITS); in pico_adc_read()
178 while (!(adc_hw->cs & ADC_CS_READY_BITS)) in pico_adc_read()
191 hw_set_bits(&adc_hw->cs, ADC_CS_START_MANY_BITS); in adc_run()
193 hw_clear_bits(&adc_hw->cs, ADC_CS_START_MANY_BITS); in adc_run()
299 while (!(adc_hw->cs & ADC_CS_READY_BITS)) in adc_fifo_drain()
/hal_rpi_pico-latest/src/rp2_common/hardware_pll/
Dpll.c42 if ((pll->cs & PLL_CS_LOCK_BITS) && in pll_init()
43 (refdiv == (pll->cs & PLL_CS_REFDIV_BITS)) && in pll_init()
53 pll->cs = refdiv; in pll_init()
63 while (!(pll->cs & PLL_CS_LOCK_BITS)) tight_loop_contents(); in pll_init()
/hal_rpi_pico-latest/src/rp2_common/hardware_flash/include/hardware/
Dflash.h186 flash_devinfo_size_t flash_devinfo_get_cs_size(uint cs);
206 void flash_devinfo_set_cs_size(uint cs, flash_devinfo_size_t size);
237 uint flash_devinfo_get_cs_gpio(uint cs);
246 void flash_devinfo_set_cs_gpio(uint cs, uint gpio);
/hal_rpi_pico-latest/src/rp2_common/hardware_flash/
Dflash.c307 flash_devinfo_size_t __no_inline_not_in_flash_func(flash_devinfo_get_cs_size)(uint cs) { in __no_inline_not_in_flash_func()
308 invalid_params_if(HARDWARE_FLASH, cs > 1); in __no_inline_not_in_flash_func()
310 if (cs == 0u) { in __no_inline_not_in_flash_func()
334 void flash_devinfo_set_cs_size(uint cs, flash_devinfo_size_t size) { in flash_devinfo_set_cs_size() argument
335 invalid_params_if(HARDWARE_FLASH, cs > 1); in flash_devinfo_set_cs_size()
337 …uint cs_shift = cs == 0u ? OTP_DATA_FLASH_DEVINFO_CS0_SIZE_LSB : OTP_DATA_FLASH_DEVINFO_CS1_SIZE_L… in flash_devinfo_set_cs_size()
356 uint flash_devinfo_get_cs_gpio(uint cs) { in flash_devinfo_get_cs_gpio() argument
357 invalid_params_if(HARDWARE_FLASH, cs != 1); in flash_devinfo_get_cs_gpio()
358 (void)cs; in flash_devinfo_get_cs_gpio()
362 void flash_devinfo_set_cs_gpio(uint cs, uint gpio) { in flash_devinfo_set_cs_gpio() argument
[all …]
/hal_rpi_pico-latest/src/rp2_common/hardware_adc/
Dadc.c16 adc_hw->cs = ADC_CS_EN_BITS; in adc_init()
19 while (!(adc_hw->cs & ADC_CS_READY_BITS)) { in adc_init()
/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dpll.h33 io_rw_32 cs;
Dadc.h38 io_rw_32 cs;
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dpll.h34 io_rw_32 cs;
Dadc.h38 io_rw_32 cs;
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_conv_m33.S82 it cs @ rounding tie?
132 it cs @ rounding tie?
179 it cs @ rounding tie?
237 it cs @ rounding tie?
Dfloat_sci_m33_vfp.S319 it cs