Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/system/
Dfifo.c33 fifo->End = 0; in FifoInit()
40 fifo->End = FifoNext( fifo, fifo->End ); in FifoPush()
41 fifo->Data[fifo->End] = data; in FifoPush()
55 fifo->End = 0; in FifoFlush()
60 return ( fifo->Begin == fifo->End ); in IsFifoEmpty()
65 return ( FifoNext( fifo, fifo->End ) == fifo->Begin ); in IsFifoFull()
Dfifo.h40 uint16_t End; member
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/saml21b/gcc/gcc/
Dsaml21e15b_flash.ld94 _efixed = .; /* End of text section */
Dsaml21e15b_sram.ld93 _efixed = .; /* End of text section */
Dsaml21e16b_flash.ld94 _efixed = .; /* End of text section */
Dsaml21e16b_sram.ld93 _efixed = .; /* End of text section */
Dsaml21e17b_flash.ld94 _efixed = .; /* End of text section */
Dsaml21e17b_sram.ld93 _efixed = .; /* End of text section */
Dsaml21e18b_flash.ld94 _efixed = .; /* End of text section */
Dsaml21e18b_sram.ld93 _efixed = .; /* End of text section */
Dsaml21g16b_flash.ld94 _efixed = .; /* End of text section */
Dsaml21g16b_sram.ld93 _efixed = .; /* End of text section */
Dsaml21g17b_flash.ld94 _efixed = .; /* End of text section */
Dsaml21g17b_sram.ld93 _efixed = .; /* End of text section */
Dsaml21g18b_flash.ld94 _efixed = .; /* End of text section */
Dsaml21g18b_sram.ld93 _efixed = .; /* End of text section */
Dsaml21j16b_flash.ld94 _efixed = .; /* End of text section */
Dsaml21j16b_sram.ld93 _efixed = .; /* End of text section */
Dsaml21j17b_flash.ld94 _efixed = .; /* End of text section */
Dsaml21j17b_sram.ld93 _efixed = .; /* End of text section */
Dsaml21j18b_flash.ld94 _efixed = .; /* End of text section */
Dsaml21j18b_sram.ld93 _efixed = .; /* End of text section */
Dsaml21j18bu_flash.ld94 _efixed = .; /* End of text section */
Dsaml21j18bu_sram.ld93 _efixed = .; /* End of text section */
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/fuota-test-01/
Dreadme.md15 1. End-device boots, joins network
16 2. End-device periodically (in average 30sec) sends AppTimeReq. Those uplinks provide opportunity t…