/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_hci.c | 43 /* OS event to enqueue command */ 73 * Returns the number of command packets that the host is allowed to send 108 * Created and sends a command complete event with the no-op opcode to the 122 /* Create a command complete event with a NO-OP opcode */ in ble_ll_hci_send_noop() 139 * LE encrypt command 170 * LE rand command 280 * Called when the LL controller receives a set LE event mask command. 282 * Context: Link Layer task (HCI command parser) 284 * @param cmdbuf Pointer to command buf. 297 * HCI read buffer size command. Returns the ACL data packet length and [all …]
|
H A D | ble_ll_conn_hci.c | 399 * Process the HCI command to create a connection. 401 * Context: Link Layer task (HCI command processing) 425 /* Retrieve command data */ in ble_ll_conn_create() 556 /* Retrieve command data */ in ble_ll_ext_conn_create() 753 /* Retrieve command data */ in ble_ll_conn_process_conn_params() 778 * Called when the host issues the read remote features command 822 * Called to process a connection update command. 897 /* Retrieve command data */ in ble_ll_conn_hci_update() 1007 * Called when HCI command to cancel a create connection command has been 1010 * Context: Link Layer (HCI command parser) [all …]
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | buildbot.py | 15 # get command options 16 command = '' variable 18 command = ' ' variable 20 command = ' -c' variable 29 command = ' --target=mdk -s' variable 31 os.system('scons --directory=' + project_dir + command) 35 command = ' --target=mdk4 -s' variable 37 os.system('scons --directory=' + project_dir + command) 41 command = ' --target=mdk5 -s' variable 43 os.system('scons --directory=' + project_dir + command) [all …]
|
H A D | sconsui.py | 117 self.browser_button = ttk.Button(self, text="Browser", command=self.browser) 177 quit = ttk.Button(padding, text='Quit', command = self.quit) 300 button = ttk.Button(padding, text='Clean', command=self.do_clean) 302 button = ttk.Button(padding, text='Build', command=self.do_build) 332 button = ttk.Button(bottom, text="Make Project", command = self.do_make_project) 372 button = ttk.Button(frame, text='Save Setting', command = self.save_setting) 391 command = '' 397 return command 416 command = 'scons' 426 ExecCmd(command) [all …]
|
H A D | menuconfig.py | 110 "* If your system is linux, you can use command below to install git.\n" 115 "* After you install it, be sure to add the git command execution PATH \n" 117 "* Usually, git command PATH is $YOUR_INSTALL_DIR\\Git\\bin\n" 144 … "* Run command error for \"git clone https://github.com/RT-Thread/packages.git\".\n" 147 … "* If the git utility is installed, check whether the git command is added to \n" 159 … "* Run command error for \"git clone https://github.com/RT-Thread/packages.git\". \n" 173 … "* Run command error for \"git clone https://github.com/RT-Thread/env.git\".\n" 176 "* If the git utility is installed, check whether the git command is added \n" 184 "* Run command error for \"git clone https://github.com/RT-Thread/env.git\". \n"
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/src/ |
H A D | npl_shell.c | 97 /* help per command */ in show_help() 218 const char *command; in get_cb() local 243 command = get_command_and_module(argv, &module); in get_cb() 244 if ((module == -1) || (command == NULL)) in get_cb() 252 if (!strcmp(command, shell_module->commands[i].sc_cmd)) in get_cb() 314 /* For a specific command: argv[0] = module name, argv[1] = command name 315 * If a default module was selected: argv[0] = command name 323 console_printf("Unrecognized command\n"); in get_command_and_module() 331 console_printf("Unrecognized command: %s\n", argv[0]); in get_command_and_module() 349 static void print_command_params(const int module, const int command) in print_command_params() argument [all …]
|
/nrf52832-nimble/rt-thread/components/finsh/ |
H A D | finsh_api.h | 203 * This macro exports a command to module shell. 205 * @param command the name of command. 206 * @param desc the description of command, which will show in help. 209 #define MSH_CMD_EXPORT(command, desc) \ argument 210 FINSH_FUNCTION_EXPORT_CMD(command, __cmd_##command, desc) 211 #define MSH_CMD_EXPORT_ALIAS(command, alias, desc) \ argument 212 FINSH_FUNCTION_EXPORT_ALIAS(command, __cmd_##alias, desc) 214 #define MSH_CMD_EXPORT(command, desc) argument 215 #define MSH_CMD_EXPORT_ALIAS(command, alias, desc) argument
|
H A D | Kconfig | 1 menu "Command shell" 13 bool "Enable command history feature" 17 int "The command history line number" 42 int "The command line size for shell" 75 int "The command arg num for shell"
|
H A D | msh.c | 256 int system(const char *command) in system() argument 259 char *cmd = rt_strdup(command); in system() 282 /* find the size of first command */ in _msh_exec_cmd() 298 /* exec this command */ in _msh_exec_cmd() 314 /* find the size of first command */ in _msh_exec_lwp() 345 /* strim the beginning of command */ in msh_exec() 356 * 1. built-in command in msh_exec() 396 rt_kprintf("%s: command not found.\n", cmd); in msh_exec() 552 /* check whether a spare in the command */ in msh_auto_complete() 579 /* checks in internal command */ in msh_auto_complete()
|
/nrf52832-nimble/rt-thread/documentation/doxygen/ |
H A D | finsh.h | 8 * @brief finsh shell is a user command shell in RT-Thread RTOS. 10 * finsh shell is a user command shell in RT-Thread RTOS, which is a shell can 11 * accept C-expression like syntax in command. From finsh shell, user can access 13 * command. 17 * user command from console device, and then invokes system function or access
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/uart/src/ |
H A D | ble_hci_uart.c | 51 * the command or acl packets are simply skipped so that the HCI interface 66 * the command or acl packets are simply skipped so that the HCI interface 121 * A packet to be sent over the UART. This can be a command, an event, or ACL 138 * An incoming or outgoing command or event. 396 * host and wait to find a LL reset command. 422 /* Host should never receive a command! */ in ble_hci_uart_rx_pkt_type() 486 * Find a LL reset command in the byte stream. The LL reset command is a 489 * 0x03 OCF for reset command 490 * 0x0C OGF for reset command (0x03 shifted left by two bits as the OGF 492 * 0x00 Parameter length of reset command (no parameters). [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/ram/src/ |
H A D | ble_hci_ram.c | 165 /* XXX: this may look a bit odd, but the controller uses the command in ble_hci_trans_buf_free() 166 * buffer to send back the command complete/status as an immediate in ble_hci_trans_buf_free() 167 * response to the command. This was done to insure that the controller in ble_hci_trans_buf_free() 168 * could always send back one of these events when a command was received. in ble_hci_trans_buf_free() 213 * Create memory pool of HCI command buffers. NOTE: we currently dont in ble_hci_ram_init() 215 * outstanding command. We decided to keep this a pool in case we allow in ble_hci_ram_init() 216 * allow the controller to handle more than one outstanding command. in ble_hci_ram_init()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/emu/ |
H A D | cmdline.c | 35 * \brief command line test interface 67 // Note: last command return code stored in env 0. 80 * return pointer to start of new command line 172 /** exec command <n> times: 189 MSG("Unknown command '%s'\n", argv[2]); in cmd_exec() 250 /** if last command failed (return != 0), run <cmd> 261 MSG("Unknown command '%s'\n", argv[1]); in cmd_failed() 419 { cmd_help, "help|?", "[<command>]", "show commands or help on one command" }, 420 { cmd_exit, "exit", NULL, "exit command line" }, 422 { cmd_failed, "!", "<cmd> [...]", "run <cmd> if last command failed" }, [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/ |
H A D | hci_common.h | 30 * HCI Command Header 33 * -> Opcode group field & Opcode command field (2) 36 * command header 45 /* Get the OGF and OCF from the opcode in the command */ 170 /* Command Specific Definitions */ 173 /* --- Disconnect command (OGF 0x01, OCF 0x0006) --- */ 208 /* --- Read local supported command (OGF 0x04, OCF 0x0002) --- */ 384 /* --- LE set host channel classification command (OCF 0x0014) */ 387 /* --- LE read channel map command (OCF 0x0015) */ 403 /* --- LE long term key request reply command (OCF 0x001a) */ [all …]
|
H A D | ble_hci_trans.h | 62 /* Host-to-controller command. */ 91 * Sends an HCI command from the host to the controller. 93 * @param cmd The HCI command to send. This buffer must be 148 * command. 149 * @param cmd_arg Optional argument to pass to the command 167 * @param cmd_arg Optional argument to pass to the command
|
/nrf52832-nimble/rt-thread/components/net/uip/apps/telnetd/ |
H A D | uip_shell.h | 64 * Process a shell command. 67 * a command has been entered that should be processed by the shell 70 * \param command The command to be processed. 72 void shell_input(char *command);
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/ |
H A D | diskio.h | 46 /* Command code for disk_ioctrl fucntion */ 48 /* Generic command (Used by FatFs) */ 55 /* Generic command (Not used by FatFs) */ 61 /* MMC/SDC specific ioctl command */ 71 /* ATA/CF specific ioctl command */
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/class/ |
H A D | mass.c | 278 * This function will execute SCSI_READ_10 command to read data from the usb device. 302 /* construct the command block wrapper */ in rt_usbh_storage_read10() 324 * This function will execute SCSI_WRITE_10 command to write data to the usb device. 348 /* construct the command block wrapper */ in rt_usbh_storage_write10() 370 * This function will execute SCSI_REQUEST_SENSE command to get sense data. 392 /* construct the command block wrapper */ in rt_usbh_storage_request_sense() 407 * This function will execute SCSI_TEST_UNIT_READY command to get unit ready status. 428 /* construct the command block wrapper */ in rt_usbh_storage_test_unit_ready() 442 * This function will execute SCSI_INQUIRY_CMD command to get inquiry data. 464 /* construct the command block wrapper */ in rt_usbh_storage_inquiry() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/src/ |
H A D | ble_hci_socket.c | 94 * the command or acl packets are simply skipped so that the HCI interface 134 * the command or acl packets are simply skipped so that the HCI interface 599 * Sends an HCI command from the host to the controller. 601 * @param cmd The HCI command to send. This buffer must be 634 * @param cmd_arg Optional argument to pass to the command 659 * @param cmd_arg Optional argument to pass to the command 730 * XXX: this may look a bit odd, but the controller uses the command in ble_hci_trans_buf_free() 731 * buffer to send back the command complete/status as an immediate in ble_hci_trans_buf_free() 732 * response to the command. This was done to insure that the controller in ble_hci_trans_buf_free() 733 * could always send back one of these events when a command was received. in ble_hci_trans_buf_free() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/emspi/src/ |
H A D | ble_hci_emspi.c | 115 * A packet to be sent over the EMSPI. This can be a command, an event, or ACL 179 /* Send command header. */ in ble_hci_emspi_write_hdr() 234 * Transmits a full command or ACL data packet to the controller. 344 * Transmits a command packet to the controller. The caller relinquishes the 650 * Sends an HCI command from the host to the controller. 652 * @param cmd The HCI command to send. This buffer must be 691 * @param cmd_arg Optional argument to pass to the command 713 * @param cmd_arg Optional argument to pass to the command 914 * Create memory pool of HCI command buffers. NOTE: we currently dont in ble_hci_emspi_init() 916 * outstanding command. We decided to keep this a pool in case we allow in ble_hci_emspi_init() [all …]
|
/nrf52832-nimble/rt-thread/components/CMSIS/Include/ |
H A D | core_cmInstr.h | 188 This function performs a exclusive LDR command for 8 bit value. 198 This function performs a exclusive LDR command for 16 bit values. 208 This function performs a exclusive LDR command for 32 bit values. 218 This function performs a exclusive STR command for 8 bit values. 230 This function performs a exclusive STR command for 16 bit values. 242 This function performs a exclusive STR command for 32 bit values. 498 This function performs a exclusive LDR command for 8 bit value. 521 This function performs a exclusive LDR command for 16 bit values. 544 This function performs a exclusive LDR command for 32 bit values. 560 This function performs a exclusive STR command for 8 bit values. [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/dummy/src/ |
H A D | hci_dummy.c | 85 * Called by NimBLE host to allocate buffer for HCI Command packet. 118 * Called by HCI transport to free buffer allocated for HCI Command packet. 138 /* Called by NimBLE host to send HCI Command packet over HCI transport */ 145 * TODO Send HCI Command packet somewhere. in ble_hci_trans_hs_cmd_tx() 146 * Buffer pointed by 'cmd' contains complete HCI Command packet as defined in ble_hci_trans_hs_cmd_tx()
|
/nrf52832-nimble/rt-thread/components/drivers/spi/ |
H A D | spi_msd.h | 17 /* SD command (SPI mode) */ 44 /* Application-Specific Command */ 53 /* Tokens (necessary because at nop/idle (and CS active) only 0xff is on the data/command line) */ 79 #define MSD_CMD_LEN 6 /**< command, arg and crc. */
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | mmcsd_core.h | 41 struct rt_mmcsd_cmd *stop; /* stop command */ 65 #define RESP_R5 (8 << 0) /*SDIO command response type*/ 66 /*command types 69 #define CMD_MASK (3 << 4) /* command type */ 91 * These are the command types.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/tools/ |
H A D | log2smtest.rb | 228 if !(line =~ /#{prefix}ed sm command: public key; conn=\d+ x=(.+) y=(.+)/) 249 if !(line =~ /#{prefix}ed sm command: confirm; conn=\d+ value=(.+)/) 263 if !(line =~ /#{prefix}ed sm command: random; conn=\d+ value=(.+)/) 290 if !(line =~ /#{prefix}ed sm command: dhkey check; conn=\d+ value=(.+)/) 318 if !(line =~ /#{prefix}ed sm command: enc info; conn=\d+ ltk=(.+)/) 332 if !(line =~ /#{prefix}ed sm command: master id; conn=\d+ ediv=(.+) rand=(.+)/) 344 if !(line =~ /#{prefix}ed sm command: id info; conn=\d+ irk=(.+)/) 358 if !(line =~ /#{prefix}ed sm command: id addr info; conn=\d+ addr_type=(\d+) addr=(.+)/) 375 if !(line =~ /#{prefix}ed sm command: sign info; conn=\d+ sig_key=(.+)/) 457 if line =~ /txed sm command: pair req/ [all …]
|