Home
last modified time | relevance | path

Searched refs:values (Results 1 – 25 of 26) sorted by relevance

12

/lk-master/external/platform/pico/rp2_common/hardware_base/include/hardware/
A Daddress_mapped.h119 inline static void hw_write_masked(io_rw_32 *addr, uint32_t values, uint32_t write_mask) { in hw_write_masked() argument
120 hw_xor_bits(addr, (*addr ^ values) & write_mask); in hw_write_masked()
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_pwm.c293 NRFX_ASSERT(nrfx_is_in_ram(p_sequence->values.p_raw)); in nrfx_pwm_simple_playback()
323 NRFX_LOG_HEXDUMP_DEBUG((uint8_t *)p_sequence->values.p_raw, in nrfx_pwm_simple_playback()
339 NRFX_ASSERT(nrfx_is_in_ram(p_sequence_0->values.p_raw)); in nrfx_pwm_complex_playback()
340 NRFX_ASSERT(nrfx_is_in_ram(p_sequence_1->values.p_raw)); in nrfx_pwm_complex_playback()
368 NRFX_LOG_HEXDUMP_DEBUG(p_sequence_0->values.p_raw, in nrfx_pwm_complex_playback()
371 NRFX_LOG_HEXDUMP_DEBUG(p_sequence_1->values.p_raw, in nrfx_pwm_complex_playback()
/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_pwm.h358 nrf_pwm_values_t values);
435 nrf_pwm_values_t values) in nrfx_pwm_sequence_values_update() argument
437 nrf_pwm_seq_ptr_set(p_instance->p_registers, seq_id, values.p_raw); in nrfx_pwm_sequence_values_update()
/lk-master/external/platform/pico/rp2_common/hardware_gpio/include/hardware/
A Dgpio.h455 static inline void gpio_set_dir_all_bits(uint32_t values) { in gpio_set_dir_all_bits() argument
456 sio_hw->gpio_oe = values; in gpio_set_dir_all_bits()
/lk-master/arch/riscv/
A Drules.mk48 $(error Unknown RISC-V mode: "$(strip $(RISCV_MODE))" (valid values are "machine", "supervisor"))
92 $(error Unknown RISCV_MMU: "$(strip $(RISCV_MMU))" (valid values are "none", "sv32", "sv39", "sv48"…
/lk-master/external/platform/nrfx/mdk/
A Dnrf51_common.ld22 /* Linker script to place sections and symbol values. Should be used together
150 * values to stack symbols later */
A Dnrf_common.ld20 /* Linker script to place sections and symbol values. Should be used together
148 * values to stack symbols later */
A Dnrf52_common.ld22 /* Linker script to place sections and symbol values. Should be used together
150 * values to stack symbols later */
/lk-master/external/platform/pico/rp2_common/hardware_divider/include/hardware/
A Ddivider.h371 uint32_t values[4]; member
/lk-master/external/platform/nrfx/hal/
A Dnrf_pwm.h226 …nrf_pwm_values_t values; ///< Pointer to an array with duty cycle values. This array must be in Da… member
679 nrf_pwm_seq_ptr_set( p_reg, seq_id, p_seq->values.p_raw); in nrf_pwm_sequence_set()
/lk-master/external/platform/nrfx/
A DCHANGELOG.md103 - Updated address and task getters in all HALs to return values as uint32_t type.
119 - Removed the default configuration values for drivers from the nrfx_config header files.
128 …on in the GPIOTE driver, so that mapping of the GPIOTEx_IRQn enumeration values is no longer neede…
158 - Fixed an incorrect conversion of frequency values in the RADIO HAL.
160 - Corrected the LFCLK source selection values in the template configuration file for nRF9160.
305 - Added new enumeration values for interrupts and events in the UARTE HAL.
/lk-master/external/platform/lpc15xx/lpcopen/periph_spi_interrupt/example/
A Dreadme.dox37 * This example transmits an array of uint16_t values (0x1111, 0x2222, 0x3333, 0x4444) as SPI master
/lk-master/external/platform/lpc15xx/lpcopen/periph_spi_polling/example/
A Dreadme.dox37 * This example transmits an array of uint16_t values (0x1111, 0x2222, 0x3333, 0x4444) as SPI master
/lk-master/external/platform/pico/rp2_common/pico_float/
A Dfloat_v1_rom_shim.S282 mvns r1,r3 @ overflow: clamp to extreme fixed-point values
319 eors r1,r1,r0 @ generate extreme fixed-point values
/lk-master/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling/example/
A Dreadme.dox38 * This example transmits an array of uint16_t values (0x1111, 0x2222, 0x3333, 0x4444) as SPI master
/lk-master/external/platform/lpc15xx/lpcopen/periph_temp/example/
A Dreadme.dox45 * the later sample and initial sample values for comparison.<br>
/lk-master/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt/example/
A Dreadme.dox38 * This example transmits an array of uint16_t values (0x1111, 0x2222, 0x3333, 0x4444) as SPI master
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_mem/example/
A Dreadme.dox42 * Time measurement for performance is in milliSeconds. Lower values indicate
/lk-master/external/platform/pico/rp2_common/pico_standard_link/
A Dmemmap_no_flash.ld187 * values to stack symbols later
A Dmemmap_copy_to_ram.ld219 * values to stack symbols later
A Dmemmap_blocked_ram.ld218 * values to stack symbols later
A Dmemmap_default.ld218 * values to stack symbols later
/lk-master/external/platform/pico/rp2_common/pico_double/
A Ddouble_v1_rom_shim.S1055 @ r4+d4 is correct to 1ULP at Q57, tested on ~9bn cases including all extreme values of r4 for each…
1128 @ an option in rotation mode would be to compute the sequence of σ values
1227 @ fixed-point versions only work with reasonable values in r2 because of the way dunpacks works
1264 eors r1,r1,r0 @ generate extreme fixed-point values
/lk-master/external/platform/nrfx/doc/
A Dmain_page.dox67 logging in particular drivers. It is done by specifying desired values of macros
/lk-master/external/platform/stellaris/ti-driverlib/
A DMANIFEST.TXT64 See Legend above for a description of the fields and possible values.

Completed in 42 milliseconds

12