Home
last modified time | relevance | path

Searched refs:front (Results 1 – 16 of 16) sorted by relevance

/bsp/nxp/imx/imxrt/imxrt1170-nxp-evk/video/
A Dfsl_video_common.c99 ringbuf->front = 0; in VIDEO_RINGBUF_Init()
112 uint32_t front = ringbuf->front; in VIDEO_RINGBUF_Get() local
114 if (rear != front) in VIDEO_RINGBUF_Get()
122 front_next = (ringbuf->front + 1U); in VIDEO_RINGBUF_Get()
145 if (rear_next != ringbuf->front) in VIDEO_RINGBUF_Put()
165 uint32_t front = ringbuf->front; in VIDEO_RINGBUF_GetLength() local
167 ret = (rear + ringbuf->size) - front; in VIDEO_RINGBUF_GetLength()
181 uint32_t front = ringbuf->front; in VIDEO_RINGBUF_IsEmpty() local
183 if (rear == front) in VIDEO_RINGBUF_IsEmpty()
196 uint32_t front = ringbuf->front; in VIDEO_RINGBUF_IsFull() local
[all …]
A Dfsl_video_common.h118 volatile uint32_t front; /*!< Pointer to read out the item. */ member
/bsp/frdm-k64f/device/MK64F12/
A Dfsl_enet.c1377 handle->rxPtpTsDataRing.front = 0; in ENET_Ptp1588Configure()
1381 handle->txPtpTsDataRing.front = 0; in ENET_Ptp1588Configure()
1470 if (ptpTsDataRing->end >= ptpTsDataRing->front) in ENET_Ptp1588UpdateTimeRing()
1472 usedBuffer = ptpTsDataRing->end - ptpTsDataRing->front; in ENET_Ptp1588UpdateTimeRing()
1476 usedBuffer = ptpTsDataRing->size - (ptpTsDataRing->front - ptpTsDataRing->end); in ENET_Ptp1588UpdateTimeRing()
1504 if (ptpTsDataRing->front == ptpTsDataRing->end) in ENET_Ptp1588SearchTimeRing()
1510 index = ptpTsDataRing->front; in ENET_Ptp1588SearchTimeRing()
1530 if (ptpTsDataRing->end >= ptpTsDataRing->front) in ENET_Ptp1588SearchTimeRing()
1532 usedBuffer = ptpTsDataRing->end - ptpTsDataRing->front; in ENET_Ptp1588SearchTimeRing()
1541 ptpTsDataRing->front = (ptpTsDataRing->front + 1) % size; in ENET_Ptp1588SearchTimeRing()
[all …]
A Dfsl_enet.h434 uint32_t front; /*!< The first index of the ring. */ member
/bsp/upd70f3454/
A Dlnk70f3454.xcl36 // in front of the other segments (SADDR and BREL).
38 // in front of the other segments (BREL_C).
94 // front of the BREL_C segments holding constant data.
128 // front of the DATA (i.e. RAM) BREL segments.
/bsp/upd70f3454/drivers/
A Dcstartup.asm720 ; This empty segment should be places in front of the brel ;
737 ; This empty segment should be places in front of the brel ;
754 ; This empty segment should be places in front of the saddr ;
/bsp/efm32/Libraries/emlib/src/
A Dem_ebi.c646 void EBI_TFTHPorchSet(int front, int back, int pulseWidth) in EBI_TFTHPorchSet() argument
648 EFM_ASSERT(front < 256); in EBI_TFTHPorchSet()
652 EBI->TFTHPORCH = (front << _EBI_TFTHPORCH_HFPORCH_SHIFT) | in EBI_TFTHPorchSet()
669 void EBI_TFTVPorchSet(int front, int back, int pulseWidth) in EBI_TFTVPorchSet() argument
671 EFM_ASSERT(front < 256); in EBI_TFTVPorchSet()
675 EBI->TFTVPORCH = (front << _EBI_TFTVPORCH_VFPORCH_SHIFT) | in EBI_TFTVPorchSet()
/bsp/efm32/Libraries/emlib/inc/
A Dem_ebi.h551 void EBI_TFTHPorchSet(int front, int back, int pulseWidth);
552 void EBI_TFTVPorchSet(int front, int back, int pulseWidth);
/bsp/renesas/ra8m1-ek/
A DREADME_EN.md19 Here’s a sneak peek of what the front of the development board looks like:
21 ![](docs/picture/front.png)
/bsp/rockchip/rk3568/
A DREADME.md28 …ad.bin` to EFI partition (the second partition), and add this line in the front of `boot.cmd` in t…
/bsp/renesas/ra8d1-ek/
A DREADME_EN.md19 Here’s a sneak peek of what the front of the development board looks like:
21 ![](docs/picture/front.png)
/bsp/renesas/ra6m3-hmi-board/
A DREADME.md17 Curious about what it looks like? Check out the front view of the development board in the figure b…
19 ![](docs/picture/front.png)
/bsp/renesas/rzn2l_rsk/
A DREADME.md18 The front appearance of the development board is shown below:
/bsp/renesas/rzt2m_rsk/
A DREADME.md18 The front appearance of the development board is as follows:
/bsp/renesas/rzn2l_etherkit/
A DREADME.md18 The front view of the development board is shown below:
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/
A DDoxyfile7 # front of the TAG it is preceding.
368 # be prevented in individual cases by putting a % sign in front of the word or
1290 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1532 # file. You can add a path in front of the file if the result should not be
1927 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
2113 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
2168 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
2212 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
2247 # front of it.

Completed in 54 milliseconds