Home
last modified time | relevance | path

Searched refs:rx (Results 1 – 25 of 560) sorted by relevance

12345678910>>...23

/bsp/gd32/arm/libraries/gd32_drivers/
A Ddrv_usart_v2.c918 dma_flag_clear(uart->dma.rx.periph, uart->dma.rx.channel, DMA_FLAG_FEE); in _uart_dma_receive()
919 dma_flag_clear(uart->dma.rx.periph, uart->dma.rx.channel, DMA_FLAG_SDE); in _uart_dma_receive()
920 dma_flag_clear(uart->dma.rx.periph, uart->dma.rx.channel, DMA_FLAG_TAE); in _uart_dma_receive()
921 dma_flag_clear(uart->dma.rx.periph, uart->dma.rx.channel, DMA_FLAG_HTF); in _uart_dma_receive()
922 dma_flag_clear(uart->dma.rx.periph, uart->dma.rx.channel, DMA_FLAG_FTF); in _uart_dma_receive()
923 dma_channel_disable(uart->dma.rx.periph, uart->dma.rx.channel); in _uart_dma_receive()
924 dma_deinit(uart->dma.rx.periph, uart->dma.rx.channel); in _uart_dma_receive()
928 dma_deinit(uart->dma.rx.periph, uart->dma.rx.channel); in _uart_dma_receive()
942 …dma_channel_subperipheral_select(uart->dma.rx.periph, uart->dma.rx.channel, uart->dma.rx.subperiph… in _uart_dma_receive()
950 dma_channel_enable(uart->dma.rx.periph, uart->dma.rx.channel); in _uart_dma_receive()
[all …]
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_lpi2c_edma.c110 handle->rx = rxDmaHandle; in LPI2C_MasterCreateEDMAHandle()
114 EDMA_SetCallback(handle->rx, LPI2C_MasterEDMACallback, handle); in LPI2C_MasterCreateEDMAHandle()
232 EDMA_ResetChannel(handle->rx->base, handle->rx->channel); in LPI2C_MasterTransferEDMA()
295 EDMA_SetTransferConfig(handle->rx->base, handle->rx->channel, &transferConfig, NULL); in LPI2C_MasterTransferEDMA()
296 … EDMA_EnableChannelInterrupts(handle->rx->base, handle->rx->channel, kEDMA_MajorInterruptEnable); in LPI2C_MasterTransferEDMA()
331 EDMA_StartTransfer(handle->rx); in LPI2C_MasterTransferEDMA()
374 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->rx->base, handle->rx->channel); in LPI2C_MasterTransferGetCountEDMA()
392 EDMA_AbortTransfer(handle->rx); in LPI2C_MasterTransferAbortEDMA()
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/
A Dfsl_io.c106 bool tx = false, rx = false; in UART_Callback() local
111 rx = true; in UART_Callback()
125 s_debugConsoleIO.callBack(&size, rx, tx); in UART_Callback()
133 bool tx = false, rx = false; in LPSCI_Callback() local
138 rx = true; in LPSCI_Callback()
152 s_debugConsoleIO.callBack(&size, rx, tx); in LPSCI_Callback()
160 bool tx = false, rx = false; in LPUART_Callback() local
165 rx = true; in LPUART_Callback()
179 s_debugConsoleIO.callBack(&size, rx, tx); in LPUART_Callback()
187 bool tx = false, rx = false; in USART_Callback() local
[all …]
/bsp/ultrarisc/drivers/
A Ddrv_dw_spi.c130 if (dw_spi_dev->rx != NULL && dw_spi_dev->tx != NULL) in tx_max()
185 if (dw_spi_dev->rx) in dw_spi_reader()
188 *(rt_uint8_t *)(dw_spi_dev->rx) = rxw; in dw_spi_reader()
190 *(rt_uint16_t *)(dw_spi_dev->rx) = rxw; in dw_spi_reader()
192 dw_spi_dev->rx += dw_spi_dev->bits_per_word >> 3; in dw_spi_reader()
243 dw_spi_dev->rx = (void *)message->recv_buf; in _dw_spixfer()
244 dw_spi_dev->rx_end = dw_spi_dev->rx + dw_spi_dev->rx_len; in _dw_spixfer()
249 if (dw_spi_dev->tx && dw_spi_dev->rx) in _dw_spixfer()
254 else if (dw_spi_dev->rx) in _dw_spixfer()
269 LOG_D("dw_spixfer:tx 0x%x rx 0x%x len %d\n", dw_spi_dev->tx, dw_spi_dev->rx, message->length); in _dw_spixfer()
/bsp/k210/drivers/
A Ddrv_mpylcd.c204 if ((rx <= 0) || (ry <= 0)) in _draw_ellipse()
212 if (rx > ry) in _draw_ellipse()
215 iy = rx * 64; in _draw_ellipse()
221 j = (h * ry) / rx; in _draw_ellipse()
222 k = (i * ry) / rx; in _draw_ellipse()
262 ix = ix + iy / rx; in _draw_ellipse()
263 iy = iy - ix / rx; in _draw_ellipse()
275 j = (h * rx) / ry; in _draw_ellipse()
276 k = (i * rx) / ry; in _draw_ellipse()
321 x -= rx; in _draw_ellipse()
[all …]
/bsp/cvitek/cv18xx_aarch64/board/
A DKconfig33 string "uart0 rx pin name"
46 string "uart1 rx pin name"
59 string "uart2 rx pin name"
72 string "uart3 rx pin name"
85 string "uart4 rx pin name"
/bsp/allwinner/libraries/sunxi-hal/hal/source/gmac/
A Dhal_geth.c61 rx_p->desc0.rx.own = 1; in gmac_rx_desc_fill()
163 if(!rx_p->desc0.rx.own) in read_data_from_eth()
390 if (p->desc0.rx.last_desc == 0) in rx_status()
393 if (p->desc0.rx.frm_type && (p->desc0.rx.chsum_err in rx_status()
394 || p->desc0.rx.ipch_err)) in rx_status()
397 if (p->desc0.rx.err_sum) in rx_status()
400 if (p->desc0.rx.len_err) in rx_status()
403 if (p->desc0.rx.mii_err) in rx_status()
789 if(!rx_p->desc0.rx.own) in is_data_availabl()
791 if((rx_p->desc0.rx.last_desc != 1)||(rx_p->desc0.rx.first_desc != 1)) in is_data_availabl()
[all …]
/bsp/bouffalo_lab/bl808/m0/board/linker_scripts/
A Dbl808_flash_m0.ld25 fw_header_memory (rx) : ORIGIN = 0x58000000 - 0x1000, LENGTH = 4K
26 xip_memory (rx) : ORIGIN = 0x58000000, LENGTH = 32M
27 itcm_memory (rx) : ORIGIN = 0x62020000, LENGTH = 20K
28 dtcm_memory (rx) : ORIGIN = 0x62025000, LENGTH = 4K
29 nocache_ram_memory (!rx) : ORIGIN = 0x22026000, LENGTH = 0K
30 ram_memory (!rx) : ORIGIN = 0x22026000, LENGTH = 40K
31 ram_wifi (!rx) : ORIGIN = 0x22030000, LENGTH = 96K
33 xram_memory (!rx) : ORIGIN = 0x40000000, LENGTH = 16K
34 ram_psram (!rx) : ORIGIN = 0x50000000, LENGTH = 1M
/bsp/n32/n32g45xvl-stb/board/
A DKconfig48 bool "Enable usart1 rx dma"
64 int "Set rx buffer size"
102 bool "Enable usart2 rx dma"
118 int "Set rx buffer size"
152 bool "Enable usart3 rx dma"
168 int "Set rx buffer size"
206 bool "Enable uart4 rx dma"
222 int "Set rx buffer size"
276 int "Set rx buffer size"
326 int "Set rx buffer size"
[all …]
/bsp/bouffalo_lab/bl808/lp/board/linker_scripts/
A Dbl808_flash_lp.ld25 fw_header_memory (rx) : ORIGIN = 0x580C0000 - 0x1000, LENGTH = 4K
26 xip_memory (rx) : ORIGIN = 0x580C0000, LENGTH = 1M
27 itcm_memory (rx) : ORIGIN = 0x2202C000, LENGTH = 16K
28 dtcm_memory (rx) : ORIGIN = 0x22030000, LENGTH = 16K
29 nocache_ram_memory (!rx) : ORIGIN = 0x22030000, LENGTH = 0K
30 ram_memory (!rx) : ORIGIN = 0x22034000, LENGTH = 16K
31 xram_memory (!rx) : ORIGIN = 0x40000000, LENGTH = 16K
/bsp/ck802/drivers/
A Dboard_uart.c46 pin_t rx; member
78 int32_t target_usart_init(pin_t tx, pin_t rx, uint32_t *base, uint32_t *irq) in target_usart_init() argument
84 if (s_usart_pin_map[idx].tx == tx && s_usart_pin_map[idx].rx == rx) in target_usart_init()
91 pin_mux(s_usart_pin_map[idx].rx, s_usart_pin_map[idx].function); in target_usart_init()
/bsp/rx/
A Dproject.vpwhist19 - rx
25 - rx
30 CWD: ..\rx
61 BUFFER: BN="..\..\libcpu\rx\context_iar.S"
64 BUFFER: BN="..\..\libcpu\rx\cpuport.c"
79 BUFFER: BN="..\..\libcpu\rx\cpuconfig.h"
125 BUFFER: BN="..\..\libcpu\rx\cpuconfig.h"
131 BUFFER: BN="..\..\libcpu\rx\cpuport.c"
142 ..\..\libcpu\rx\context_iar.S
143 ..\..\libcpu\rx\cpuconfig.h
[all …]
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/src/
A Dhal_usart_async.c60 if (ERR_NONE != ringbuffer_init(&descr->rx, rx_buffer, rx_buffer_length)) { in usart_async_init()
259 return ringbuffer_num(&descr->rx) > 0; in usart_async_is_rx_not_empty()
275 status->rxcnt = ringbuffer_num(&descr->rx); in usart_async_get_status()
291 return ringbuffer_flush(&descr->rx); in usart_async_flush_rx_buffer()
347 num = ringbuffer_num(&descr->rx); in usart_async_read()
351 ringbuffer_get(&descr->rx, &buf[was_read++]); in usart_async_read()
398 ringbuffer_put(&descr->rx, data); in usart_fill_rx_buffer()
/bsp/microchip/samc21/bsp/hal/src/
A Dhal_usart_async.c60 if (ERR_NONE != ringbuffer_init(&descr->rx, rx_buffer, rx_buffer_length)) { in usart_async_init()
259 return ringbuffer_num(&descr->rx) > 0; in usart_async_is_rx_not_empty()
275 status->rxcnt = ringbuffer_num(&descr->rx); in usart_async_get_status()
291 return ringbuffer_flush(&descr->rx); in usart_async_flush_rx_buffer()
347 num = ringbuffer_num(&descr->rx); in usart_async_read()
351 ringbuffer_get(&descr->rx, &buf[was_read++]); in usart_async_read()
398 ringbuffer_put(&descr->rx, data); in usart_fill_rx_buffer()
/bsp/microchip/saml10/bsp/hal/src/
A Dhal_usart_async.c60 if (ERR_NONE != ringbuffer_init(&descr->rx, rx_buffer, rx_buffer_length)) { in usart_async_init()
259 return ringbuffer_num(&descr->rx) > 0; in usart_async_is_rx_not_empty()
275 status->rxcnt = ringbuffer_num(&descr->rx); in usart_async_get_status()
291 return ringbuffer_flush(&descr->rx); in usart_async_flush_rx_buffer()
347 num = ringbuffer_num(&descr->rx); in usart_async_read()
351 ringbuffer_get(&descr->rx, &buf[was_read++]); in usart_async_read()
398 ringbuffer_put(&descr->rx, data); in usart_fill_rx_buffer()
/bsp/microchip/same70/bsp/hal/src/
A Dhal_usart_async.c60 if (ERR_NONE != ringbuffer_init(&descr->rx, rx_buffer, rx_buffer_length)) { in usart_async_init()
259 return ringbuffer_num(&descr->rx) > 0; in usart_async_is_rx_not_empty()
275 status->rxcnt = ringbuffer_num(&descr->rx); in usart_async_get_status()
291 return ringbuffer_flush(&descr->rx); in usart_async_flush_rx_buffer()
347 num = ringbuffer_num(&descr->rx); in usart_async_read()
351 ringbuffer_get(&descr->rx, &buf[was_read++]); in usart_async_read()
398 ringbuffer_put(&descr->rx, data); in usart_fill_rx_buffer()
/bsp/microchip/same54/bsp/hal/src/
A Dhal_usart_async.c60 if (ERR_NONE != ringbuffer_init(&descr->rx, rx_buffer, rx_buffer_length)) { in usart_async_init()
259 return ringbuffer_num(&descr->rx) > 0; in usart_async_is_rx_not_empty()
275 status->rxcnt = ringbuffer_num(&descr->rx); in usart_async_get_status()
291 return ringbuffer_flush(&descr->rx); in usart_async_flush_rx_buffer()
347 num = ringbuffer_num(&descr->rx); in usart_async_read()
351 ringbuffer_get(&descr->rx, &buf[was_read++]); in usart_async_read()
398 ringbuffer_put(&descr->rx, data); in usart_fill_rx_buffer()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/src/
A Dhal_usart_async.c60 if (ERR_NONE != ringbuffer_init(&descr->rx, rx_buffer, rx_buffer_length)) { in usart_async_init()
259 return ringbuffer_num(&descr->rx) > 0; in usart_async_is_rx_not_empty()
275 status->rxcnt = ringbuffer_num(&descr->rx); in usart_async_get_status()
291 return ringbuffer_flush(&descr->rx); in usart_async_flush_rx_buffer()
347 num = ringbuffer_num(&descr->rx); in usart_async_read()
351 ringbuffer_get(&descr->rx, &buf[was_read++]); in usart_async_read()
398 ringbuffer_put(&descr->rx, data); in usart_fill_rx_buffer()
/bsp/bouffalo_lab/bl70x/board/linker_scripts/
A Dbl702_flash.ld24 fw_header_memory (rx) : ORIGIN = 0x23000000 - 0x1000, LENGTH = 4K
25 xip_memory (rx) : ORIGIN = 0x23000000, LENGTH = 1024K
26 itcm_memory (rx) : ORIGIN = 0x22014000, LENGTH = 12K
27 dtcm_memory (rx) : ORIGIN = 0x42017000, LENGTH = 4K
28 ram_memory (!rx) : ORIGIN = 0x42018000, LENGTH = 96K
29 hbn_memory (rx) : ORIGIN = 0x40010000, LENGTH = 0xE00 /* hbn ram 4K used 3.5K*/
/bsp/cvitek/drivers/libraries/spi/
A Ddw_spi.c88 if (dws->rx != NULL && dws->tx != NULL) { in tx_max()
171 if (dws->rx) { in dw_reader()
173 *(uint8_t *)(dws->rx) = rxw; in dw_reader()
175 *(uint16_t *)(dws->rx) = rxw; in dw_reader()
176 dws->rx += dws->n_bytes; in dw_reader()
274 if (dws->rx && dws->tx) { in set_tran_mode()
276 } else if (dws->rx) { in set_tran_mode()
/bsp/dm365/drivers/
A Dspi-davinci.c139 void *rx; member
163 if (dspi->rx) { in davinci_spi_rx_buf_u8()
164 u8 *rx = dspi->rx; in davinci_spi_rx_buf_u8() local
165 *rx++ = (u8)data; in davinci_spi_rx_buf_u8()
166 dspi->rx = rx; in davinci_spi_rx_buf_u8()
172 if (dspi->rx) { in davinci_spi_rx_buf_u16()
173 u16 *rx = dspi->rx; in davinci_spi_rx_buf_u16() local
174 *rx++ = (u16)data; in davinci_spi_rx_buf_u16()
175 dspi->rx = rx; in davinci_spi_rx_buf_u16()
562 dspi->rx = msg->recv_buf; in davinci_spi_bufs()
/bsp/bouffalo_lab/bl60x/board/linker_scripts/
A Dbl602_flash.ld25 fw_header_memory (rx) : ORIGIN = 0x23000000 - 0x1000, LENGTH = 4K
26 xip_memory (rx) : ORIGIN = 0x23000000, LENGTH = 1024K
27 itcm_memory (rx) : ORIGIN = 0x22010000, LENGTH = 16K
28 dtcm_memory (rx) : ORIGIN = 0x42014000, LENGTH = 48K
29 ram_memory (!rx) : ORIGIN = 0x42020000, LENGTH = 176K
/bsp/bouffalo_lab/bl61x/board/linker_scripts/
A Dbl616_flash.ld31 fw_header_memory (rx) : ORIGIN = 0xA0000000 - 0x1000, LENGTH = 4K
32 xip_memory (rx) : ORIGIN = 0xA0000000, LENGTH = 4M
34 itcm_memory (rx) : ORIGIN = 0x62FC0000, LENGTH = 20K
35 dtcm_memory (rx) : ORIGIN = 0x62FC5000, LENGTH = 4K
36 nocache_ram_memory (!rx) : ORIGIN = 0x22FC6000, LENGTH = 44K+60K
37 ram_memory (!rx) : ORIGIN = 0x62FE0000, LENGTH = 320K-20K-4K-44K-60K
/bsp/Infineon/libraries/templates/XMC7200D/board/linker_scripts/
A Dlink.ld122 …flash_cm0p (rx) : ORIGIN = _base_CODE_FLASH_CM0P, LENGTH = _size_CODE_FLASH_…
123 …flash (rx) : ORIGIN = _base_CODE_FLASH, LENGTH = _size_CODE_FLASH …
131 …sflash_user_data (rx) : ORIGIN = _base_SFLASH_USER_DATA, LENGTH = _size_SFLASH_USER…
132 …sflash_nar (rx) : ORIGIN = _base_SFLASH_NAR, LENGTH = _size_SFLASH_NAR …
133 …sflash_public_key (rx) : ORIGIN = _base_SFLASH_PUB_KEY, LENGTH = _size_SFLASH_PUB_…
134 …sflash_app_prot (rx) : ORIGIN = _base_SFLASH_APP_PROT, LENGTH = _size_SFLASH_APP_…
135 …sflash_toc_2 (rx) : ORIGIN = _base_SFLASH_TOC2, LENGTH = _size_SFLASH_TOC2…
136 …xip (rx) : ORIGIN = _base_XIP, LENGTH = _size_XIP …
137 …efuse (rx) : ORIGIN = _base_EFUSE, LENGTH = _size_EFUSE …
138 …itcm (rx) : ORIGIN = _base_ITCM, LENGTH = _size_ITCM …
[all …]
/bsp/Infineon/libraries/templates/XMC7200D/libs/TARGET_APP_KIT_XMC72_EVK/COMPONENT_CM7/TOOLCHAIN_GCC_ARM/
A Dlinker.ld122 …flash_cm0p (rx) : ORIGIN = _base_CODE_FLASH_CM0P, LENGTH = _size_CODE_FLASH_…
123 …flash (rx) : ORIGIN = _base_CODE_FLASH, LENGTH = _size_CODE_FLASH …
131 …sflash_user_data (rx) : ORIGIN = _base_SFLASH_USER_DATA, LENGTH = _size_SFLASH_USER…
132 …sflash_nar (rx) : ORIGIN = _base_SFLASH_NAR, LENGTH = _size_SFLASH_NAR …
133 …sflash_public_key (rx) : ORIGIN = _base_SFLASH_PUB_KEY, LENGTH = _size_SFLASH_PUB_…
134 …sflash_app_prot (rx) : ORIGIN = _base_SFLASH_APP_PROT, LENGTH = _size_SFLASH_APP_…
135 …sflash_toc_2 (rx) : ORIGIN = _base_SFLASH_TOC2, LENGTH = _size_SFLASH_TOC2…
136 …xip (rx) : ORIGIN = _base_XIP, LENGTH = _size_XIP …
137 …efuse (rx) : ORIGIN = _base_EFUSE, LENGTH = _size_EFUSE …
138 …itcm (rx) : ORIGIN = _base_ITCM, LENGTH = _size_ITCM …
[all …]

Completed in 52 milliseconds

12345678910>>...23