Home
last modified time | relevance | path

Searched refs:en (Results 1 – 9 of 9) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_fma_dcp.S84 ubfx r8,r3,#20,#11 @ r8=en
85 add r8,r7,r8 @ em+en
116 @ r8: em+en [biased +0x3ff*2]
119 subs r7,r7,r14 @ em+en-ea+2 (debiased)
120 …a| is big compared to |mn|, more precisely if ea-(em+en)≥3 so e.g. if ea=0 (hence 1≤a<2) then em+e…
124 @ here |mn| is big compared to |a|; e.g. if em+en=0 (so 1≤mn<4) then ea≤2 and a<8
229 @ r8: em+en [biased +0x3ff*2]
303 @ r8: em+en [+0x3ff*2]
305 subw r8,r8,#0x3fc @ em+en+3
306 subs r7,r8,r14 @ em+en-ea+3 (debiased)
[all …]
/hal_rpi_pico-latest/src/rp2_common/hardware_adc/include/hardware/
Dadc.h232 …static inline void adc_fifo_setup(bool en, bool dreq_en, uint16_t dreq_thresh, bool err_in_fifo, b… in adc_fifo_setup() argument
234 (bool_to_bit(en) << ADC_FCS_EN_LSB) | in adc_fifo_setup()
/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dpwm.h112 io_rw_32 en;
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dpwm.h128 io_rw_32 en;
/hal_rpi_pico-latest/src/rp2_common/hardware_uart/
Duart.c210 void uart_set_break(uart_inst_t *uart, bool en) { in uart_set_break() argument
214 if (en) { in uart_set_break()
/hal_rpi_pico-latest/src/host/hardware_uart/include/hardware/
Duart.h90 void uart_set_break(uart_inst_t *uart, bool en);
/hal_rpi_pico-latest/
DCONTRIBUTING.md9 …hem in your repository, then [make a pull request](https://docs.github.com/en/github/collaborating…
/hal_rpi_pico-latest/src/rp2_common/hardware_uart/include/hardware/
Duart.h561 void uart_set_break(uart_inst_t *uart, bool en);
/hal_rpi_pico-latest/src/rp2_common/hardware_pwm/include/hardware/
Dpwm.h557 pwm_hw->en = mask; in pwm_set_mask_enabled()