Searched refs:x (Results 1 – 12 of 12) sorted by relevance
| /documentation/0.doxygen/example/include/ |
| A D | macro.h | 53 #define DOXYGEN_EXAMPLE_ABS(x) (((x)>0)?(x):-(x)) argument
|
| /documentation/6.components/device-driver/sensor/ |
| A D | sensor.md | 102 …rt_kprintf("acce: x:%5d, y:%5d, z:%5d, timestamp:%5d\n", data.data.acce.x, data.data.acce.y, data.… 157 LOG_I("device id: 0x%x!", reg); 400 …rt_kprintf("num:%3d, x:%5d, y:%5d, z:%5d, timestamp:%5d\n", num, sensor_data->data.acce.x, sensor_… 403 …rt_kprintf("num:%3d, x:%8d, y:%8d, z:%8d, timestamp:%5d\n", num, sensor_data->data.gyro.x, sensor_… 406 …rt_kprintf("num:%3d, x:%5d, y:%5d, z:%5d, timestamp:%5d\n", num, sensor_data->data.mag.x, sensor_d…
|
| /documentation/7.contribution/ |
| A D | coding_style_cn.md | 217 if (x <= y) 231 if ( x <= y )
|
| A D | coding_style_en.md | 142 if (x <= y) 155 if ( x <= y )
|
| /documentation/6.components/device-driver/spi/ |
| A D | spi.md | 298 rt_kprintf("use rt_spi_transfer_message() read w25q ID is:%x%x\n", id[3], id[4]); 714 rt_kprintf("use rt_spi_send_then_recv() read w25q ID is:%x%x\n", id[3], id[4]); 734 rt_kprintf("use rt_spi_transfer_message() read w25q ID is:%x%x\n", id[3], id[4]);
|
| /documentation/6.components/at/ |
| A D | at.md | 139 - Test Function: `AT+<x>=?`, used to query the command's parameter, format and value range; 140 - Query Function: `AT+<x>?`, used to return the current value of the command parameter; 141 - Setting Function: `AT+<x>=...`, used for user-defined parameter values; 142 - Execution Function: `AT+<x>`, used to perform related operations.
|
| /documentation/4.tool/scons/ |
| A D | scons.md | 19 RT-Thread was built using Make/Makefile in the earlier stage. Starting from 0.3.x, the RT-Thread de… 29 …eady be installed by default, which is also the Python environment of the 2.x version. At this tim… 537 AFLAGS = '-c' + DEVICE + '-x assembler-with-cpp'
|
| /documentation/3.kernel/thread-sync/ |
| A D | thread-sync.md | 1228 rt_kprintf("thread1: OR recv event 0x%x\n", e); 1239 rt_kprintf("thread1: AND recv event 0x%x\n", e);
|
| /documentation/6.components/finsh/ |
| A D | finsh.md | 554 …device (The `finsh_set_device(const char* device_name)` must be used in 1.1.x and below to specify…
|
| /documentation/ |
| A D | Doxyfile | 1817 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x 1818 # 14 inches) and executive (7.25 x 10.5 inches).
|
| /documentation/6.components/posix/ |
| A D | README.md | 1875 char buf[] = "message2 No.x"; 1902 char buf[] = "message3 No.x";
|
| /documentation/6.components/ulog/ |
| A D | ulog.md | 161 * The macro `ulog_x(LOG_TAG, __VA_ARGS__)`: `x ` corresponds to a different level of shorthand. Th…
|
Completed in 38 milliseconds