Searched refs:from (Results 1 – 14 of 14) sorted by relevance
| /hal_ti-latest/simplelink/ |
| D | README | 11 4.40.04.04, downloaded from: 15 The driver library source is copied from the SDK, as follows: 45 peripheral driver library functions will be accessible from ROM. 50 4.10.00.07, downloaded from: 54 Source files from select subdirectories are copied from the 77 Files in kernel/zephyr/dpl copied verbatim from kernel/nortos/dpl in the 88 peripheral driver library functions will be accessible from ROM, 102 from: 106 Files in source/ti/devices/msp432p4xx/driverlib/ and inc/ are copied from 116 peripheral driver library functions will be accessible from ROM.
|
| /hal_ti-latest/simplelink_lpf3/ |
| D | README.md | 3 This folder contains the low-level support required from the 19 manually from the Simplelink SDK, with the exception of DPL files under
|
| D | CMakeLists.txt | 17 # from this software without specific prior written permission.
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/dma/ |
| D | dma.ld | 4 * The user is allowed to change UDMALPF3_CONFIG_BASE to move it away from 11 * DMA channels must always be allocated at a fixed offset from the DMA base address.
|
| /hal_ti-latest/simplelink/source/ti/drivers/net/wifi/source/ |
| D | sl_socket.c | 360 _i16 sl_RecvFrom(_i16 sd, void *buf, _i16 Len, _i16 flags, SlSockAddr_t *from, SlSocklen_t *fromlen) in sl_RecvFrom() argument 413 _SlSocketParseAddress(&Msg.Rsp, from, fromlen); in sl_RecvFrom() 415 from->sa_family = Msg.Rsp.IpV4.Family; in sl_RecvFrom() 416 if(SL_AF_INET == from->sa_family) in sl_RecvFrom() 418 ((SlSockAddrIn_t *)from)->sin_port = Msg.Rsp.IpV4.Port; in sl_RecvFrom() 419 ((SlSockAddrIn_t *)from)->sin_addr.s_addr = Msg.Rsp.IpV4.Address; in sl_RecvFrom() 423 else if(SL_AF_INET6 == from->sa_family) in sl_RecvFrom() 427 ((SlSockAddrIn6_t *)from)->sin6_port = Msg.Rsp.IpV6.Port; in sl_RecvFrom() 428 … sl_Memcpy(((SlSockAddrIn6_t *)from)->sin6_addr._S6_un._S6_u32, Msg.Rsp.IpV6.Address, 16); in sl_RecvFrom()
|
| /hal_ti-latest/simplelink/source/ti/drivers/net/wifi/ |
| D | slnetifwifi.h | 861 …id *sdContext, void *buf, uint32_t len, uint32_t flags, SlNetSock_Addr_t *from, SlNetSocklen_t *fr…
|
| D | sl_socket.h | 1402 _i16 sl_RecvFrom(_i16 sd, void *buf, _i16 len, _i16 flags, SlSockAddr_t *from, SlSocklen_t *fromlen…
|
| /hal_ti-latest/simplelink_lpf3/source/ti/boards/ |
| D | CMakeLists.txt | 17 # from this software without specific prior written permission.
|
| /hal_ti-latest/simplelink/source/ti/drivers/net/wifi/slnetif/ |
| D | slnetifwifi.c | 335 …id *sdContext, void *buf, uint32_t len, uint32_t flags, SlNetSock_Addr_t *from, SlNetSocklen_t *fr… in SlNetIfWifi_recvFrom() argument 338 return sl_RecvFrom(sd, buf, len, flags, (SlSockAddr_t *)from, fromlen); in SlNetIfWifi_recvFrom()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/boards/cc23x0r5/ |
| D | CMakeLists.txt | 17 # from this software without specific prior written permission.
|
| /hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/ |
| D | CMakeLists.txt | 17 # from this software without specific prior written permission.
|
| /hal_ti-latest/simplelink/source/ti/net/ |
| D | slnetif.h | 176 …id *sdContext, void *buf, uint32_t len, uint32_t flags, SlNetSock_Addr_t *from, SlNetSocklen_t *fr…
|
| D | slnetsock.h | 1583 …om(int16_t sd, void *buf, uint32_t len, uint32_t flags, SlNetSock_Addr_t *from, SlNetSocklen_t *fr…
|
| D | slnetsock.c | 1224 …om(int16_t sd, void *buf, uint32_t len, uint32_t flags, SlNetSock_Addr_t *from, SlNetSocklen_t *fr… in SlNetSock_recvFrom() argument 1253 retVal = (netIf->ifConf)->sockRecvFrom(realSd, sdContext, buf, len, flags, from, fromlen); in SlNetSock_recvFrom()
|