Home
last modified time | relevance | path

Searched full:execute (Results 1 – 25 of 107) sorted by relevance

12345

/nrf52832-nimble/rt-thread/components/net/freemodbus/port/
H A Dportevent_m.c116 * @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 Dble_gatt.h153 * @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 Dble_hs_stop.h56 * @param fn The callback to execute when the stop procedure
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/
H A Dble_hci_trans.h145 * 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 Dapi_msg.h59 /** 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 Dmbport.h47 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 Dble_sm.c895 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 Dble_sm_sc.c486 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 Dmass.c278 * 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 Dble_hci_emspi.c689 * @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 Dble_hci_socket.c632 * @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 Dsavannah.txt49 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 Dsavannah.txt49 You tried to execute:
50 Sorry, you are not allowed to execute that command.
/nrf52832-nimble/rt-thread/libcpu/arm/zynq7000/
H A Dmmu.c24 #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 Dpthread.c54 /* 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 Dmodule.h8 * @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 Dmmu.c24 #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 Dmmu.c24 #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 Dble_gatt_write_test.c163 /* 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 Dkconfig.in18 error "cannot execute tool '%s'\n" "${kcfg}"
/nrf52832-nimble/rt-thread/components/net/at/include/
H A Dat.h77 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 Dble_hci_uart.c941 * @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 Droadmap-1.2.0.md30 * implement a UNIX style shell, and this shell can execute application module.
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/
H A Dmb_m.c314 * the master need execute function for all slave. in eMBMasterPoll()
349 /* Execute specified error process callback function. */ in eMBMasterPoll()
/nrf52832-nimble/
H A Drtconfig.py12 # EXEC_PATH is the compiler execute path, for example, CodeSourcery, Keil MDK, IAR

12345