Home
last modified time | relevance | path

Searched refs:RAMX_BASE_ADDRESS (Results 1 – 3 of 3) sorted by relevance

/bsp/wch/risc-v/ch569w-evt/board/
A Dboard.h29 #define RAMX_END (RAMX_BASE_ADDRESS + RAMX_SIZE * 1024)
/bsp/wch/risc-v/Libraries/ch56x_drivers/
A Dch56x_usbd.c30 #define RAMX_BASE_ADDRESS RAMS_BASE_ADDRESS macro
180 if (size > 0 && (dmabuf < RAMX_BASE_ADDRESS || (dmabuf & 0xf))) in udc_ep_read_prepare()
231 dmabuf |= RAMX_BASE_ADDRESS; in udc_ep_read()
259 if (size > 0 && (dmabuf < RAMX_BASE_ADDRESS || (dmabuf & 0xf))) in udc_ep_write()
A Dsoc.h39 #define RAMX_BASE_ADDRESS 0x20020000 macro

Completed in 9 milliseconds