Home
last modified time | relevance | path

Searched refs:buffer (Results 1 – 18 of 18) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_pdm.c316 int16_t * buffer, in pdm_buffer_set() argument
329 if ((buffer == NULL) || (buffer_length > NRFX_PDM_MAX_BUFFER_SIZE)) in pdm_buffer_set()
352 p_cb->buff_address[next_buffer] = buffer; in pdm_buffer_set()
357 .p_buff = buffer, in pdm_buffer_set()
440 int16_t * buffer, in nrfx_pdm_buffer_set() argument
443 return pdm_buffer_set(p_instance, buffer, buffer_length); in nrfx_pdm_buffer_set()
481 nrfx_err_t nrfx_pdm_buffer_set(int16_t * buffer, uint16_t buffer_length) in nrfx_pdm_buffer_set() argument
483 return pdm_buffer_set(&pdm_instance, buffer, buffer_length); in nrfx_pdm_buffer_set()
495 nrfy_pdm_buffer_t buffer = in nrfx_pdm_irq_handler() local
504 &buffer); in nrfx_pdm_irq_handler()
[all …]
Dnrfx_adc.c257 nrfx_err_t nrfx_adc_buffer_convert(nrf_adc_value_t * buffer, uint16_t size) in nrfx_adc_buffer_convert() argument
260 NRFX_ASSERT(buffer); in nrfx_adc_buffer_convert()
280 m_cb.p_buffer = buffer; in nrfx_adc_buffer_convert()
Dnrfx_saadc.c487 nrfy_saadc_buffer_t buffer = {.p_buffer = p_buffer, .length = size}; in nrfx_saadc_buffer_set() local
495 m_cb.buffer_primary = buffer; in nrfx_saadc_buffer_set()
499 nrfy_saadc_buffer_set(NRF_SAADC, &buffer, false, false); in nrfx_saadc_buffer_set()
508 m_cb.buffer_secondary = buffer; in nrfx_saadc_buffer_set()
512 m_cb.buffer_primary = buffer; in nrfx_saadc_buffer_set()
/hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/tx_rx_blocking/
DREADME.md46 - "Content of slave RX buffer: "
47 - "Content of master RX buffer: "
49 - "Content of slave RX buffer: Nordic Semiconductor"
50 - "Content of master RX buffer: Nordic Semiconductor"
/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/tx_rx_non_blocking/
DREADME.md45 - "Content of TX buffer: Nordic Semiconductor"
46 - "Content of RX buffer: "
48 - "Content of TX buffer: Nordic Semiconductor"
49 - "Content of RX buffer: Nordic Semiconductor"
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/
DREADME.md53 - "Sample buffer address == 0x([0-9a-z]{8})"
59 - "Sample buffer address == 0x([0-9a-z]{8})"
65 - "Sample buffer address == 0x([0-9a-z]{8})"
71 - "Sample buffer address == 0x([0-9a-z]{8})"
/hal_nordic-latest/drivers/nrf_802154/serialization/spinel_base/
Dspinel.c2713 uint8_t buffer[1024]; in main() local
2717 …spinel_datatype_pack(buffer, sizeof(buffer), "CiiLUE", 0x88, 9, 0xA3, 0xDEADBEEF, static_string, &… in main()
2729 len = spinel_datatype_unpack(buffer, 8, "CiiLU", NULL, NULL, NULL, NULL, &str); in main()
2754 …len = spinel_datatype_unpack(buffer, (spinel_size_t)len, "CiiLUE", &c, &i1, &i2, &l, &str, &eui64); in main()
2807 …len = spinel_datatype_unpack_in_place(buffer, (spinel_size_t)len, "CiiLUE", &c, &i1, &i2, &l, &str… in main()
2855 memset(buffer, 0xAA, sizeof(buffer)); in main()
2857 …len = spinel_datatype_pack(buffer, sizeof(buffer), "Cit(iL)UE", 0x88, 9, 0xA3, 0xDEADBEEF, static_… in main()
2874 …len = spinel_datatype_unpack(buffer, (spinel_size_t)len, "Cit(iL)UE", &c, &i1, &i2, &l, &str, &eui… in main()
2927 …len = spinel_datatype_unpack_in_place(buffer, (spinel_size_t)len, "Cit(iL)UE", &c, &i1, &i2, &l, &… in main()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_pdm.h295 int16_t * buffer,
418 nrfx_err_t nrfx_pdm_buffer_set(int16_t * buffer, uint16_t buffer_length);
Dnrfx_adc.h263 nrfx_err_t nrfx_adc_buffer_convert(nrf_adc_value_t * buffer, uint16_t size);
/hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/tx_rx_non_blocking/
DREADME.md48 - "Content of master RX buffer:"
54 - "Content of master RX buffer: Nordic Semiconductor"
/hal_nordic-latest/nrfx/samples/src/nrfx_spim_spis/advanced_non_blocking/
DREADME.md49 - "SPIM rx buffer: Nordic"
51 - "SPIS rx buffer: Semiconductor"
/hal_nordic-latest/nrfx/samples/src/nrfx_spim_spis/non_blocking/
DREADME.md50 - "SPIM rx buffer: Nordic"
52 - "SPIS rx buffer: Semiconductor"
/hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/txrx/
DREADME.md27 …used to write data from particular registers to buffer in master device and print content of that
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/
DREADME.md55 - "Sample buffer address == 0x([0-9a-z]{8})"
60 - "Sample buffer address == 0x([0-9a-z]{8})"
/hal_nordic-latest/nrfx/haly/
Dnrfy_nfct.h514 uint8_t *buffer = nrf_nfct_rxtx_buffer_get(p_reg); in nrfy_nfct_rxtx_buffer_get() local
516 return buffer; in nrfy_nfct_rxtx_buffer_get()
820 uint8_t *buffer = nrf_nfct_rxtx_buffer_get(p_reg); in __nrfy_internal_nfct_events_process() local
824 NRFY_CACHE_INV(buffer, bytes); in __nrfy_internal_nfct_events_process()
/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/rx_double_buffered/
DREADME.md47 - "Content of TX buffer: Nordic Semiconductor nRF"
/hal_nordic-latest/nrfx/
DCHANGELOG.md86 - Fixed potential data corruption when cache bounce buffer and RX FIFO buffer were shared in the UA…
132 - Changed how the buffers are provided to the I2S driver. Now, the buffer size must be passed along…
180 - Changed the definition of nrf_saadc_value_t type in the SAADC HAL. Now pointer to the buffer hold…
194 - Added functions for writing a word to the flash and reading a buffer, word, halfword, and byte in…
321 - Fixed event processing order in the SAADC driver. Previously, incorrect buffer might have been fi…
544 - Added buffer alignment checks in the QSPI driver.
601 - Added function for reading the pin input buffer configuration in the GPIO HAL.
713 - Improved buffer handling in the I2S driver. The API of the driver has been slightly modified.
718 - Fixed types of conversion result and buffer size in the ADC HAL and driver.
/hal_nordic-latest/nrfx/hal/
Dnrf_saadc.h424 nrf_saadc_value_t * buffer; ///< Pointer to sample buffer. member