/nrf52832-nimble/rt-thread/components/net/freemodbus/port/ |
H A D | portevent_m.c | 116 * @note There functions will block modbus master poll while execute OS waiting. 117 * So,for real-time of system.Do not execute too much waiting process. 138 * @note There functions will block modbus master poll while execute OS waiting. 139 * So,for real-time of system.Do not execute too much waiting process. 159 * This is modbus master execute function error process callback function. 160 * @note There functions will block modbus master poll while execute OS waiting. 161 * So,for real-time of system.Do not execute too much waiting process. 182 * @note There functions will block modbus master poll while execute OS waiting. 183 * So,for real-time of system.Do not execute too much waiting process. 200 * receive data error and execute function error.You can use the above callback function.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_gatt.h | 153 * @param conn_handle The connection over which to execute the 168 * @param conn_handle The connection over which to execute the 181 * @param conn_handle The connection over which to execute the 197 * @param conn_handle The connection over which to execute the 217 * @param conn_handle The connection over which to execute the 237 * @param conn_handle The connection over which to execute the 259 * @param conn_handle The connection over which to execute the 279 * @param conn_handle The connection over which to execute the 295 * @param conn_handle The connection over which to execute the 315 * @param conn_handle The connection over which to execute the [all …]
|
H A D | ble_hs_stop.h | 56 * @param fn The callback to execute when the stop procedure
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/ |
H A D | ble_hci_trans.h | 145 * will execute specified callbacks upon receiving HCI packets from the host. 147 * @param cmd_cb The callback to execute upon receiving an HCI 151 * @param acl_cb The callback to execute upon receiving ACL 163 * execute specified callbacks upon receiving HCI packets from the controller. 165 * @param cmd_cb The callback to execute upon receiving an HCI 169 * @param acl_cb The callback to execute upon receiving ACL
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | api_msg.h | 59 /** This struct includes everything that is necessary to execute a function 120 /** This struct contains a function to execute in another thread context and 122 This is passed to tcpip_apimsg to execute functions in tcpip_thread context. */ 124 /** function to execute in tcpip_thread context */
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/ |
H A D | mbport.h | 47 EV_EXECUTE = 1<<2, /*!< Execute function. */ 55 EV_MASTER_EXECUTE = 1<<2, /*!< Execute function. */ 61 EV_MASTER_ERROR_EXECUTE_FUNCTION = 1<<8, /*!< Request execute function error. */ 68 EV_ERROR_EXECUTE_FUNCTION, /*!< Execute function error. */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_sm.c | 895 if (res->execute) { in ble_sm_process_result() 948 if (!res->execute) { in ble_sm_process_result() 953 res->execute = 1; in ble_sm_process_result() 1121 res.execute = 1; in ble_sm_enc_event_rx() 1350 * establishment is in progress and execute the procedure after the in ble_sm_ltk_req_rx() 1362 res.execute = 1; in ble_sm_ltk_req_rx() 1370 res.execute = 1; in ble_sm_ltk_req_rx() 1376 res.execute = 1; in ble_sm_ltk_req_rx() 1527 res->execute = 1; in ble_sm_confirm_rx() 1540 res->execute = 1; in ble_sm_confirm_rx() [all …]
|
H A D | ble_sm_sc.c | 486 res->execute = 1; in ble_sm_sc_random_rx() 489 res->execute = 1; in ble_sm_sc_random_rx() 542 res->execute = 1; in ble_sm_sc_public_key_exec() 606 res->execute = 1; in ble_sm_sc_public_key_rx() 609 res->execute = 1; in ble_sm_sc_public_key_rx() 752 res->execute = 1; in ble_sm_dhkey_check_process()
|
/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. 324 * This function will execute SCSI_WRITE_10 command to write data to the usb device. 370 * This function will execute SCSI_REQUEST_SENSE command to get sense data. 407 * This function will execute SCSI_TEST_UNIT_READY command to get unit ready status. 442 * This function will execute SCSI_INQUIRY_CMD command to get inquiry data. 479 * This function will execute SCSI_READ_CAPACITY command to get capacity data.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/emspi/src/ |
H A D | ble_hci_emspi.c | 689 * @param cmd_cb The callback to execute upon receiving an HCI 693 * @param acl_cb The callback to execute upon receiving ACL 709 * execute specified callbacks upon receiving HCI packets from the controller. 711 * @param cmd_cb The callback to execute upon receiving an HCI 715 * @param acl_cb The callback to execute upon receiving ACL
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/src/ |
H A D | ble_hci_socket.c | 632 * @param cmd_cb The callback to execute upon receiving an HCI 636 * @param acl_cb The callback to execute upon receiving ACL 655 * execute specified callbacks upon receiving HCI packets from the controller. 657 * @param cmd_cb The callback to execute upon receiving an HCI 661 * @param acl_cb The callback to execute upon receiving ACL
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | savannah.txt | 49 You tried to execute: 50 Sorry, you are not allowed to execute that command.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | savannah.txt | 49 You tried to execute: 50 Sorry, you are not allowed to execute that command.
|
/nrf52832-nimble/rt-thread/libcpu/arm/zynq7000/ |
H A D | mmu.c | 24 #define XN (1<<4) //eXecute Never 43 /* Read/Write without cache and write buffer, no execute */
|
/nrf52832-nimble/rt-thread/components/libc/pthreads/ |
H A D | pthread.c | 54 /* execute pthread entry */ in pthread_entry_stub() 378 void pthread_cleanup_pop(int execute) in pthread_cleanup_pop() argument 387 if (execute) in pthread_cleanup_pop()
|
/nrf52832-nimble/rt-thread/documentation/doxygen/ |
H A D | module.h | 8 * @brief Application Module is a feature let user to execute application in RT-Thread RTOS.
|
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/ |
H A D | mmu.c | 24 #define XN (1<<4) // eXecute Never 41 /* Read/Write without cache and write buffer, no execute */
|
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-a/ |
H A D | mmu.c | 24 #define XN (1<<4) // eXecute Never 41 /* Read/Write without cache and write buffer, no execute */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_gatt_write_test.c | 163 /* Verify execute write request sent. */ in ble_gatt_write_test_misc_long_good() 352 /* Verify execute write request sent. */ in ble_gatt_write_test_misc_reliable_good() 692 /* Verify execute write request sent. */ in TEST_CASE() 786 /* Verify execute write request sent. */ in TEST_CASE()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/ |
H A D | kconfig.in | 18 error "cannot execute tool '%s'\n" "${kcfg}"
|
/nrf52832-nimble/rt-thread/components/net/at/include/ |
H A D | at.h | 77 AT_RESULT_CMD_ERR = -3, /* AT command format error or No way to execute */ 179 /* AT server send command execute result to AT device */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/uart/src/ |
H A D | ble_hci_uart.c | 941 * @param cmd_cb The callback to execute upon receiving an HCI 945 * @param acl_cb The callback to execute upon receiving ACL 961 * execute specified callbacks upon receiving HCI packets from the controller. 963 * @param cmd_cb The callback to execute upon receiving an HCI 967 * @param acl_cb The callback to execute upon receiving ACL
|
/nrf52832-nimble/rt-thread/documentation/ |
H A D | roadmap-1.2.0.md | 30 * implement a UNIX style shell, and this shell can execute application module.
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/ |
H A D | mb_m.c | 314 * the master need execute function for all slave. in eMBMasterPoll() 349 /* Execute specified error process callback function. */ in eMBMasterPoll()
|
/nrf52832-nimble/ |
H A D | rtconfig.py | 12 # EXEC_PATH is the compiler execute path, for example, CodeSourcery, Keil MDK, IAR
|