Home
last modified time | relevance | path

Searched refs:bytes (Results 1 – 9 of 9) sorted by relevance

/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/
Dlib_AT91SAM7X128.h214 … unsigned int bytes ) /* \arg number of bytes to be received */ in AT91F_PDC_SetNextRx() argument
217 pPDC->PDC_RNCR = bytes; in AT91F_PDC_SetNextRx()
226 … unsigned int bytes ) /* \arg number of bytes to be transmitted */ in AT91F_PDC_SetNextTx() argument
229 pPDC->PDC_TNCR = bytes; in AT91F_PDC_SetNextTx()
238 unsigned int bytes ) /* \arg number of bytes to be received */ in AT91F_PDC_SetRx() argument
241 pPDC->PDC_RCR = bytes; in AT91F_PDC_SetRx()
250 unsigned int bytes ) /* \arg number of bytes to be transmitted */ in AT91F_PDC_SetTx() argument
253 pPDC->PDC_TCR = bytes; in AT91F_PDC_SetTx()
Dlib_AT91SAM7X256.h214 … unsigned int bytes ) /* \arg number of bytes to be received */ in AT91F_PDC_SetNextRx() argument
217 pPDC->PDC_RNCR = bytes; in AT91F_PDC_SetNextRx()
226 … unsigned int bytes ) /* \arg number of bytes to be transmitted */ in AT91F_PDC_SetNextTx() argument
229 pPDC->PDC_TNCR = bytes; in AT91F_PDC_SetNextTx()
238 unsigned int bytes ) /* \arg number of bytes to be received */ in AT91F_PDC_SetRx() argument
241 pPDC->PDC_RCR = bytes; in AT91F_PDC_SetRx()
250 unsigned int bytes ) /* \arg number of bytes to be transmitted */ in AT91F_PDC_SetTx() argument
253 pPDC->PDC_TCR = bytes; in AT91F_PDC_SetTx()
Dlib_AT91SAM7S64.h127 unsigned int bytes ) /* \arg number of bytes to be received */ in AT91F_PDC_SetNextRx() argument
130 pPDC->PDC_RNCR = bytes; in AT91F_PDC_SetNextRx()
139 unsigned int bytes ) /* \arg number of bytes to be transmitted */ in AT91F_PDC_SetNextTx() argument
142 pPDC->PDC_TNCR = bytes; in AT91F_PDC_SetNextTx()
151 unsigned int bytes ) /* \arg number of bytes to be received */ in AT91F_PDC_SetRx() argument
154 pPDC->PDC_RCR = bytes; in AT91F_PDC_SetRx()
163 unsigned int bytes ) /* \arg number of bytes to be transmitted */ in AT91F_PDC_SetTx() argument
166 pPDC->PDC_TCR = bytes; in AT91F_PDC_SetTx()
/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/
Dlib_AT91SAM7X256.h214 … unsigned int bytes ) /* \arg number of bytes to be received */ in AT91F_PDC_SetNextRx() argument
217 pPDC->PDC_RNCR = bytes; in AT91F_PDC_SetNextRx()
226 … unsigned int bytes ) /* \arg number of bytes to be transmitted */ in AT91F_PDC_SetNextTx() argument
229 pPDC->PDC_TNCR = bytes; in AT91F_PDC_SetNextTx()
238 unsigned int bytes ) /* \arg number of bytes to be received */ in AT91F_PDC_SetRx() argument
241 pPDC->PDC_RCR = bytes; in AT91F_PDC_SetRx()
250 unsigned int bytes ) /* \arg number of bytes to be transmitted */ in AT91F_PDC_SetTx() argument
253 pPDC->PDC_TCR = bytes; in AT91F_PDC_SetTx()
Dioat91sam7x256.h4321 -( EMAC ) Receive 1522 bytes.
4345 … -( EMAC ) two bytes offset from start of receive buffer
4347 … -( EMAC ) three bytes offset from start of receive buffer
5609 … -( EMAC ) Specific Address 4 Top, Last 2 bytes
5611 … -( EMAC ) Specific Address 1 Bottom, First 4 bytes
5627 … -( EMAC ) Specific Address 4 Bottom, First 4 bytes
5631 … -( EMAC ) Specific Address 3 Bottom, First 4 bytes
5651 … -( EMAC ) Specific Address 2 Top, Last 2 bytes
5689 … -( EMAC ) Specific Address 2 Bottom, First 4 bytes
5695 … -( EMAC ) Specific Address 1 Top, Last 2 bytes
[all …]
/Kernel-v11.1.0/portable/IAR/V850ES/
Dportasm_Hx2.s85315 ; set microcontroller Option bytes
Dportasm_Fx3.s85324 ; set microcontroller option bytes
/Kernel-v11.1.0/
DHistory.txt505 underlying cause was that length and data bytes are written and read as
507 context switch occurs after adding or removing the length bytes, but
508 before adding or removing the data bytes, then another task may observe
772 + Introduce configMESSAGE_BUFFER_LENGTH_TYPE to allow the number of bytes
775 messages can never be more than 255 bytes it could be set to uint8_t,
776 saving 3 bytes each time a message is written into the message buffer
905 bytes on the main stack as it prevents space being left for a later save
2092 + Changed the stack alignment requirement for PIC32 from 4 bytes to 8 bytes.
2226 alignment. These have been converted to unions to save a few bytes of
2498 bytes and over from being transmitted.
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dreadme_xtensa.txt247 E.g. if your task requires 2000 bytes of stack space, you must allocate
248 (2000 + XT_STACK_EXTRA_CLIB) bytes for the stack.