Searched refs:front (Results 1 – 16 of 16) sorted by relevance
99 ringbuf->front = 0; in VIDEO_RINGBUF_Init()112 uint32_t front = ringbuf->front; in VIDEO_RINGBUF_Get() local114 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() local167 ret = (rear + ringbuf->size) - front; in VIDEO_RINGBUF_GetLength()181 uint32_t front = ringbuf->front; in VIDEO_RINGBUF_IsEmpty() local183 if (rear == front) in VIDEO_RINGBUF_IsEmpty()196 uint32_t front = ringbuf->front; in VIDEO_RINGBUF_IsFull() local[all …]
118 volatile uint32_t front; /*!< Pointer to read out the item. */ member
1377 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 …]
434 uint32_t front; /*!< The first index of the ring. */ member
36 // 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.
720 ; 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 ;
646 void EBI_TFTHPorchSet(int front, int back, int pulseWidth) in EBI_TFTHPorchSet() argument648 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() argument671 EFM_ASSERT(front < 256); in EBI_TFTVPorchSet()675 EBI->TFTVPORCH = (front << _EBI_TFTVPORCH_VFPORCH_SHIFT) | in EBI_TFTVPorchSet()
551 void EBI_TFTHPorchSet(int front, int back, int pulseWidth);552 void EBI_TFTVPorchSet(int front, int back, int pulseWidth);
19 Here’s a sneak peek of what the front of the development board looks like:21 
28 …ad.bin` to EFI partition (the second partition), and add this line in the front of `boot.cmd` in t…
17 Curious about what it looks like? Check out the front view of the development board in the figure b…19 
18 The front appearance of the development board is shown below:
18 The front appearance of the development board is as follows:
18 The front view of the development board is shown below:
7 # front of the TAG it is preceding.368 # be prevented in individual cases by putting a % sign in front of the word or1290 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of1532 # file. You can add a path in front of the file if the result should not be1927 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of2113 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of2168 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of2212 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of2247 # front of it.
Completed in 54 milliseconds