/AliOS-Things-master/components/py_engine/tests/pyb/ |
A D | can.py | 21 can = CAN(1) variable 22 print(can) 25 print(can.state() == can.STOPPED) 28 print(can) 32 print(can.state() == can.ERROR_ACTIVE) 35 can.restart() 44 print(can.any(0), can.info()) 132 del can 139 print(can) 172 del can [all …]
|
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/ |
A D | aos_hal_can.c | 26 int32_t aos_hal_can_init(can_dev_t *can) in aos_hal_can_init() argument 28 return hal_can_init(can); in aos_hal_can_init() 31 int32_t aos_hal_can_filter_init(can_dev_t *can, const uint8_t filter_grp_cnt, can_filter_item_t *fi… in aos_hal_can_filter_init() argument 33 return hal_can_filter_init(can, filter_grp_cnt, filter_config); in aos_hal_can_filter_init() 36 int32_t aos_hal_can_send(can_dev_t *can, can_frameheader_t *tx_header, const void *data, const uint… in aos_hal_can_send() argument 38 return hal_can_send(can, tx_header, data, timeout); in aos_hal_can_send() 69 int32_t aos_hal_can_recv(can_dev_t *can, can_frameheader_t *rx_header, void *data, const uint32_t t… in aos_hal_can_recv() argument 73 if (can->port == PORT_CAN1) { in aos_hal_can_recv() 81 if (can->port == PORT_CAN2) { in aos_hal_can_recv() 92 int32_t aos_hal_can_finalize(can_dev_t *can) in aos_hal_can_finalize() argument [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | can.c | 15 int32_t hal_can_init(can_dev_t *can) in hal_can_init() argument 29 int32_t hal_can_filter_init(can_dev_t *can, const uint8_t filter_grp_cnt, can_filter_item_t *filter… in hal_can_filter_init() argument 45 int32_t hal_can_send(can_dev_t *can, can_frameheader_t *tx_header, const void *data, const uint32_t… in hal_can_send() argument 61 int32_t hal_can_recv(can_dev_t *can, can_frameheader_t *rx_header, void *data, const uint32_t timeo… in hal_can_recv() argument 74 int32_t hal_can_finalize(can_dev_t *can) in hal_can_finalize() argument
|
/AliOS-Things-master/components/drivers/core/base/include/aos/hal/ |
A D | can.h | 65 int32_t hal_can_init(can_dev_t *can); 76 int32_t hal_can_filter_init(can_dev_t *can, const uint8_t filter_grp_cnt, can_filter_item_t *filter… 89 int32_t hal_can_send(can_dev_t *can, can_frameheader_t *tx_header, const void *data, const uint32_t… 102 int32_t hal_can_recv(can_dev_t *can, can_frameheader_t *rx_header, void *data, const uint32_t timeo… 111 int32_t hal_can_finalize(can_dev_t *can);
|
/AliOS-Things-master/components/amp_adapter/include/peripheral/ |
A D | aos_hal_can.h | 81 int32_t aos_hal_can_init(can_dev_t *can); 92 int32_t aos_hal_can_filter_init(can_dev_t *can, const uint8_t filter_grp_cnt, can_filter_item_t *fi… 105 int32_t aos_hal_can_send(can_dev_t *can, can_frameheader_t *tx_header, const void *data, const uint… 118 int32_t aos_hal_can_recv(can_dev_t *can, can_frameheader_t *rx_header, void *data, const uint32_t t… 127 int32_t aos_hal_can_finalize(can_dev_t *can);
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/ |
A D | README.txt | 19 Therefore, lots of the functionality that we put in our software can now 30 At this moment libpng is in a very stable state and can do much of the 41 quite easy to understand and can serve well as a template for other 43 like Greg Roelofs' rpng/wpng, that can be used just as good. 46 Can and can not 56 The downside of this approach is that you can not use them on images 61 png-files you can do this just as well by piping the output of png2pnm 68 you can write the alpha-channel into a pgm-file. And when creating an 81 png2pnm and pnm2png (2 instead of to). The input- and output-files can 83 can be part of a pipe. [all …]
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-android.md | 37 The Android Java code implements an "Activity" and can be found in: 97 If you wish to use Android Studio, you can skip the last step. 204 app can continue to operate as it was. 259 You can see if adb can see any devices with the following command: 267 You can push files to the device with: 271 You can push files to the SD Card at /sdcard, for example: 275 You can see the files on the SD card with a shell command: 279 You can start a command shell on the default device with: 287 You can do a build with the following command: 441 can handle to save things and quit. [all …]
|
A D | README-dynapi.md | 15 statically linking SDL2 that we can't do this for. We can't even force the 30 swapping in a newer SDL to an older game often times can save the day. 62 level of indirection, we can do things like this: 67 And now, this game that is statically linked to SDL, can still be overridden 74 - Developers can statically link SDL, and users can still replace it. 76 - Developers can ship an SDL with their game, Valve can override it for, say, 77 new features on SteamOS, or distros can override it for their own needs, 81 - End users (and Valve) can update a game's SDL in almost any case, 102 added to the end. Therefore SDL_DYNAPI_entry() knows that it can provide all 105 if it's smaller, we know we can provide the entire API that the caller needs. [all …]
|
A D | doxyfile | 9 # For lists items can also be appended using: 436 # The GENERATE_TODOLIST tag can be used to enable (YES) or 442 # The GENERATE_TESTLIST tag can be used to enable (YES) or 448 # The GENERATE_BUGLIST tag can be used to enable (YES) or 460 # The ENABLED_SECTIONS tag can be used to enable conditional 868 # can be grouped. 1183 # The XML_SCHEMA tag can be used to specify an XML schema, 1184 # which can be used by a validating XML parser to check the 1189 # The XML_DTD tag can be used to specify an XML DTD, 1413 # can find it using this tag. [all …]
|
A D | README-winrt.md | 27 the Visual C++ 2015 build tools. These build tools can be installed 46 Windows can found at the following web pages: 143 application runs, and can cause existing save-data to be overwritten 282 9. **Optional: to disable precompiled headers (which can produce 402 A list of unsupported C APIs can be found at 405 General information on using the C runtime in WinRT can be found at 408 A list of supported Win32 APIs for WinRT apps can be found at 411 That list can be found at 443 Microsoft's Remote Debugger can be found at 493 cursor can cause mouse-position reporting to fail. [all …]
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | INSTALL | 21 necessarily a bug. More recommendations for GNU packages can be found 29 you can run in the future to recreate the current configuration, and a 33 It can also use an optional file (typically called `config.cache' 77 6. You can remove the program binaries and object files from the 116 own directory. To do this, you can use GNU `make'. `cd' to the 150 You can specify separate installation prefixes for 159 you can set and what kinds of files go in them. In general, the 208 you can use the `configure' options `--x-includes=DIR' and 268 where SYSTEM can have one of these forms: 293 `PREFIX/etc/config.site' if it exists. Or, you can set the [all …]
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | INSTALL | 21 necessarily a bug. More recommendations for GNU packages can be found 29 you can run in the future to recreate the current configuration, and a 33 It can also use an optional file (typically called `config.cache' 77 6. You can remove the program binaries and object files from the 116 own directory. To do this, you can use GNU `make'. `cd' to the 150 You can specify separate installation prefixes for 159 you can set and what kinds of files go in them. In general, the 208 you can use the `configure' options `--x-includes=DIR' and 268 where SYSTEM can have one of these forms: 293 `PREFIX/etc/config.site' if it exists. Or, you can set the [all …]
|
/AliOS-Things-master/components/littlevgl/docs/ |
A D | CONTRIBUTING.md | 5 See how can you help to improve the graphics library!** 18 ## Where can I write my question and remarks? 30 ## How can I send fixes and improvements? 49 You can read the documentation here: <https://docs.littlevgl.com/> 50 You can edit the documentation here: <https://github.com/littlevgl/doc> 54 You can read the blog here: <https://blog.littlevgl.com/> 55 You can edit the blog here: <https://github.com/littlevgl/blog> 57 # So how and where can you contribute? 76 If you have time and interest you can translate the documentation to your native language or any la… 77 You can join others to work on an already existing language or you can start a new one. [all …]
|
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/ |
A D | Doxyfile | 9 # For lists items can also be appended using: 441 # The GENERATE_TODOLIST tag can be used to enable (YES) or 447 # The GENERATE_TESTLIST tag can be used to enable (YES) or 453 # The GENERATE_BUGLIST tag can be used to enable (YES) or 465 # The ENABLED_SECTIONS tag can be used to enable conditional 873 # can be grouped. 1253 # The XML_SCHEMA tag can be used to specify an XML schema, 1259 # The XML_DTD tag can be used to specify an XML DTD, 1303 # nicely formatted so it can be parsed by a human reader. 1492 # can find it using this tag. [all …]
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 9 # For lists items can also be appended using: 522 # The GENERATE_TODOLIST tag can be used to enable (YES) or 528 # The GENERATE_TESTLIST tag can be used to enable (YES) or 534 # The GENERATE_BUGLIST tag can be used to enable (YES) or 546 # The ENABLED_SECTIONS tag can be used to enable conditional 1017 # can be grouped. 1441 # The XML_SCHEMA tag can be used to specify an XML schema, 1442 # which can be used by a validating XML parser to check the 1447 # The XML_DTD tag can be used to specify an XML DTD, 1668 # set the path where dot can find it. [all …]
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | doxyfile.in | 12 # For lists, items can also be appended using: 942 # can opt to disable this feature. 1124 # to NO can help when comparing the output of multiple runs. 1167 # (such as a company or product suite) can be grouped. 1599 # instance you can specify 1801 # The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a 1807 # The XML_DTD tag can be used to specify a XML DTD, which can be used by a 1827 # that can be used to generate PDF. 2088 # the path where dot can find it using this tag. 2225 # The DOT_PATH tag can be used to specify the path where the dot tool can be [all …]
|
A D | web_doxyfile.in | 12 # For lists, items can also be appended using: 349 # subgrouping. Alternatively, this can be done per class using the 942 # can opt to disable this feature. 1124 # to NO can help when comparing the output of multiple runs. 1167 # (such as a company or product suite) can be grouped. 1521 # SEARCHDATA_FILE tag the name of this file can be specified. 1599 # instance you can specify 1815 # that can be used to generate PDF. 2076 # the path where dot can find it using this tag. 2213 # The DOT_PATH tag can be used to specify the path where the dot tool can be [all …]
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 12 # For lists, items can also be appended using: 375 # subgrouping. Alternatively, this can be done per class using the 998 # can opt to disable this feature. 1244 # (such as a company or product suite) can be grouped. 1599 # SEARCHDATA_FILE tag the name of this file can be specified. 1707 # special commands can be used inside the footer. 1786 # to NO can help when comparing the output of multiple runs. 1934 # that can be used to generate PDF. 2209 # the path where dot can find it using this tag. 2354 # The DOT_PATH tag can be used to specify the path where the dot tool can be [all …]
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 12 # For lists, items can also be appended using: 412 # subgrouping. Alternatively, this can be done per class using the 1239 # can opt to disable this feature. 1509 # (such as a company or product suite) can be grouped. 1885 # SEARCHDATA_FILE tag the name of this file can be specified. 2007 # special commands can be used inside the footer. 2088 # to NO can help when comparing the output of multiple runs. 2251 # that can be used to generate PDF. 2515 # the path where dot can find it using this tag. 2680 # The DOT_PATH tag can be used to specify the path where the dot tool can be [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | wizard.txt | 20 the -quality setting. The details of the scaling algorithm can be found in 22 can get scaled up to values exceeding 255. Although 2-byte quantization 25 wide compatibility of low-quality files, you can constrain the scaled 30 You can substitute a different set of quantization values by using the 41 Quantization table files are free format, in that arbitrary whitespace can 42 appear between numbers. Also, comments can be included: a comment starts 94 You can override this default with the -sample switch: 103 is equivalent to "-sample 2x2,1x1,1x1", which can be abbreviated to 118 of progression parameters. You can create multiple-scan sequential JPEG 153 Scan script files are free format, in that arbitrary whitespace can appear [all …]
|
/AliOS-Things-master/components/mbedtls/ |
A D | README.mbedtls.md | 7 …de/mbedtls/config.h`, which is also the place where features can be selected. This file can be edi… 9 Compiler options can be set using conventional environment variables such as `CC` and `CFLAGS` when… 38 The tests need Perl to be built and run. If you don't have Perl installed, you can skip building th… 54 In case you find that you need to do something else as well, please let us know what, so we can add… 72 If you disabled the test suites, but kept the programs enabled, you can still run a much smaller se… 99 Note that, with CMake, you can't adjust the compiler or its flags after the 119 CMake cache. This can be done with the following command using GNU find: 123 You can now make the desired change: 159 …figurations focused on specific use cases in the `configs/` directory. You can read more about tho… 164 Mbed TLS can be ported to many different architectures, OS's and platforms. Before starting a port,… [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | FAQ | 14 2. Where can I get a Windows DLL version? 16 The zlib sources can be compiled without change to produce a DLL. See the 20 3. Where can I get a Visual Basic interface to zlib? 38 Z_BUF_ERROR is not fatal--another call to deflate() or inflate() can be 85 13. How can I make a Unix shared library? 103 it. You can check the version at the top of zlib.h or with the 208 does PKZIP and zlib. However, you can look in zlib's contrib/blast 217 can significantly degrade compression. Alternatively, you can scan a 314 38. How can I encrypt/decrypt zip files with zlib? 345 41. I'm having a problem with the zip functions in zlib, can you help? [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | README | 13 contains the library that can be used in other programs to add WebP support, 24 property rights grant can be found in the file PATENTS. 89 MIPS Linux toolchain stable available releases can be found at: 196 DLL that can be loaded via System.loadLibrary("webp_jni"). 332 This is simply to demonstrate the use of the API. You can verify the 395 you can try to manually compile it using the recommendations below. 496 lossless compression by default; can be 526 images (each can be GIF or WebP). 620 // and can receive the Y/U/V samples. 749 // Any one of these steps can be used to decode the WebP image. [all …]
|
/AliOS-Things-master/components/py_engine/tests/jni/ |
A D | README | 4 and there is no easy way to guess it, because there can be installed 5 different implementations of JVM, for one implementation, there can be
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | libpng-manual.txt | 530 you can retrieve with 869 advantage is that the color channels can be resampled (the image can be 972 With this mode you can't do color correction, but you can do arithmetic, 1076 If you don't need, or can't handle, the alpha channel you can call 1092 grayscale images can't have an alpha channel they can have a transparent 1770 PNG can have files with 16 bits per channel. If you only can handle 1982 can be determined. 2247 libpng can fill out those images or it can give them to you "as is". 3293 on keywords. You can repeat keywords in a file. You can even write 3687 you can pass NULL. [all …]
|