Searched refs:to (Results 1 – 10 of 10) sorted by relevance
/hal_ti-3.4.0/simplelink/ |
D | README | 39 modified to use the appropriate sections when linking. 68 When updating to a new SDK, a comparison of the files in the 'devices' 69 and 'drivers' directories as copied above should be performed to pick up 71 compared, both to pick up new changes and to ensure any modifications 76 directory may need to be updated: notably user.h, cc_pal.c and cc_pal.h. 79 compared to see if new changes have been introduced. 84 Calling driverlib APIs prefixed by "MAP_" will vector to those functions 96 Driver, which communicates over dedicated SPI to the 112 Calling driverlib APIs prefixed by "MAP_" will vector to those functions
|
/hal_ti-3.4.0/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/ |
D | CMakeLists.txt | 16 # Required functions to support the TI Power module 28 # (until driver is changed to use multi-protocol rf patch)
|
/hal_ti-3.4.0/simplelink/source/ti/devices/cc13x2_cc26x2/ |
D | CMakeLists.txt | 16 # Required functions to support the TI Power module 28 # (until driver is changed to use multi-protocol rf patch)
|
/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/ |
D | slnetifwifi.h | 962 …xt, const void *buf, uint32_t len, uint32_t flags, const SlNetSock_Addr_t *to, SlNetSocklen_t tole…
|
D | sl_socket.h | 1505 _i16 sl_SendTo(_i16 sd, const void *buf, _i16 len, _i16 flags, const SlSockAddr_t *to, SlSocklen_t …
|
/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/slnetif/ |
D | slnetifwifi.c | 359 …xt, const void *buf, uint32_t len, uint32_t flags, const SlNetSock_Addr_t *to, SlNetSocklen_t tole… in SlNetIfWifi_sendTo() argument 362 return sl_SendTo(sd, buf, len, flags, (const SlSockAddr_t *)to, tolen); in SlNetIfWifi_sendTo()
|
/hal_ti-3.4.0/simplelink/source/ti/net/ |
D | slnetif.h | 178 …xt, const void *buf, uint32_t len, uint32_t flags, const SlNetSock_Addr_t *to, SlNetSocklen_t tole…
|
D | slnetsock.h | 1650 …sd, const void *buf, uint32_t len, uint32_t flags, const SlNetSock_Addr_t *to, SlNetSocklen_t tole…
|
D | slnetsock.c | 1310 …sd, const void *buf, uint32_t len, uint32_t flags, const SlNetSock_Addr_t *to, SlNetSocklen_t tole… in SlNetSock_sendTo() argument 1339 retVal = (netIf->ifConf)->sockSendTo(realSd, sdContext, buf, len, flags, to, tolen); in SlNetSock_sendTo()
|
/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/source/ |
D | sl_socket.c | 283 _i16 sl_SendTo(_i16 sd, const void *pBuf, _i16 Len, _i16 flags, const SlSockAddr_t *to, SlSocklen_t… in sl_SendTo() argument 311 switch(to->sa_family) in sl_SendTo() 330 _SlSocketBuildAddress(to, &Msg.Cmd); in sl_SendTo()
|