/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/class/ |
H A D | hid.c | 338 sizeof(_report_desc), /* wItemLength: Total length of Report descriptor */ 389 static void dump_report(struct hid_report * report) in dump_report() argument 392 rt_kprintf("\nReport ID %02x \n", report->report_id); in dump_report() 393 dump_data(report->report,report->size); in dump_report() 399 struct hid_report report; in _ep_out_handler() local 406 rt_memcpy((void *)&report,(void*)data->ep_out->buffer,size); in _ep_out_handler() 407 report.size = size-1; in _ep_out_handler() 408 rt_mq_send(&data->hid_mq,(void *)&report,sizeof(report)); in _ep_out_handler() 602 struct hid_report report; in _hid_write() local 605 report.report_id = pos; in _hid_write() [all …]
|
H A D | hid.h | 40 /* HID Report Types */ 110 /* HID Report Items */ 202 /* HID Class Report Descriptor */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv6/ |
H A D | mld6.c | 115 * Report MLD memberships for this interface 117 * @param netif network interface on which report MLD memberships 246 /* Report all groups, except all nodes group, and if-local groups. */ in mld6_input() 262 /* Schedule a report. */ in mld6_input() 267 case ICMP6_TYPE_MLR: /* Multicast listener report. */ in mld6_input() 274 /* If we are waiting to report, cancel it. */ in mld6_input() 356 /* Report our membership. */ in mld6_joingroup_netif() 454 * When a delaying member expires, a membership report is sent. 468 /* If the state is MLD6_GROUP_DELAYING_MEMBER then we send a report for this group */ in mld6_tmr() 483 * Schedule a delayed membership report for a group [all …]
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_qdec.h | 72 …PORTRDY = offsetof(NRF_QDEC_Type, EVENTS_REPORTRDY), /**< Event generated for every new report. */ 147 * @brief Available report periods. 151 … NRF_QDEC_REPORTPER_10 = QDEC_REPORTPER_REPORTPER_10Smpl, /**< QDEC report period 10 samples. */ 152 … NRF_QDEC_REPORTPER_40 = QDEC_REPORTPER_REPORTPER_40Smpl, /**< QDEC report period 40 samples. */ 153 … NRF_QDEC_REPORTPER_80 = QDEC_REPORTPER_REPORTPER_80Smpl, /**< QDEC report period 80 samples. */ 154 … NRF_QDEC_REPORTPER_120 = QDEC_REPORTPER_REPORTPER_120Smpl, /**< QDEC report period 120 samples. */ 155 … NRF_QDEC_REPORTPER_160 = QDEC_REPORTPER_REPORTPER_160Smpl, /**< QDEC report period 160 samples. */ 156 … NRF_QDEC_REPORTPER_200 = QDEC_REPORTPER_REPORTPER_200Smpl, /**< QDEC report period 200 samples. */ 157 … NRF_QDEC_REPORTPER_240 = QDEC_REPORTPER_REPORTPER_240Smpl, /**< QDEC report period 240 samples. */ 158 … NRF_QDEC_REPORTPER_280 = QDEC_REPORTPER_REPORTPER_280Smpl, /**< QDEC report period 280 samples. */ [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/ |
H A D | mld6.c | 120 * Report MLD memberships for this interface 122 * @param netif network interface on which report MLD memberships 251 /* Report all groups, except all nodes group, and if-local groups. */ in mld6_input() 267 /* Schedule a report. */ in mld6_input() 272 case ICMP6_TYPE_MLR: /* Multicast listener report. */ in mld6_input() 279 /* If we are waiting to report, cancel it. */ in mld6_input() 380 /* Report our membership. */ in mld6_joingroup_netif() 493 * When a delaying member expires, a membership report is sent. 507 /* If the state is MLD6_GROUP_DELAYING_MEMBER then we send a report for this group */ in mld6_tmr() 521 * Schedule a delayed membership report for a group [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_gatt.h | 155 * @param cb The function to call to report procedure status 170 * @param cb The function to call to report procedure status 184 * @param cb The function to call to report procedure status 203 * @param cb The function to call to report procedure status 223 * @param cb The function to call to report procedure status 245 * @param cb The function to call to report procedure status 265 * @param cb The function to call to report procedure status 282 * @param cb The function to call to report procedure status 301 * @param cb The function to call to report procedure status 318 * @param cb The function to call to report procedure status [all …]
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/class/ |
H A D | hid.c | 25 * @report_id the report id 54 * This function will do USB_REQ_GET_REPORT request to get report from the usb hid device 57 * @buffer the data buffer to save usb report descriptor. 88 * This function will do USB_REQ_SET_REPORT request to set report to the usb hid device 91 * @buffer the data buffer to save usb report descriptor. 157 * @buffer the data buffer to save usb report descriptor.
|
H A D | adk.c | 50 * @report_id the report id 83 * @report_id the report id 117 * @report_id the report id
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_qdec.h | 52 nrf_qdec_reportper_t reportper; /**< Report period in samples. */ 85 /**@brief QDEC report event data.*/ 99 nrfx_qdec_report_data_evt_t report; /**< Report event data. */ member
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/ |
H A D | igmp.c | 110 #define IGMP_V1_MEMB_REPORT 0x12 /* Ver. 1 membership report */ 111 #define IGMP_V2_MEMB_REPORT 0x16 /* Ver. 2 membership report */ 262 * Report IGMP memberships for this interface 264 * @param netif network interface on which report IGMP memberships 672 * Sends a report for this group. 679 /* If the state is IGMP_GROUP_DELAYING_MEMBER then we send a report for this group */ in igmp_timeout() 681 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_timeout: report membership for group with address ")); in igmp_timeout() 709 * Delaying membership report for a group if necessary 711 * @param group the igmp_group for which "delaying" membership report 781 group->last_reporter_flag = 1; /* Remember we were the last to report */ in igmp_send()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_hs_dbg.c | 74 BLE_HS_LOG(DEBUG, "LE advertising report. len=%u num=%u evtype=%u " in ble_hs_dbg_le_event_disp() 159 BLE_HS_LOG(DEBUG, "Corrupted LE Directed Advertising Report " in ble_hs_dbg_le_event_disp() 164 BLE_HS_LOG(DEBUG, "LE Directed Advertising Report len=%u " in ble_hs_dbg_le_event_disp() 211 BLE_HS_LOG(DEBUG, "Corrupted LE Extended Advertising Report " in ble_hs_dbg_le_event_disp() 216 BLE_HS_LOG(DEBUG, "LE Extended Advertising Report len=%u num=0x%02x ", in ble_hs_dbg_le_event_disp() 249 BLE_HS_LOG(DEBUG, "Corrupted LE Periodic Advertising Report " in ble_hs_dbg_le_event_disp() 254 BLE_HS_LOG(DEBUG, "LE Periodic Advertising Report " in ble_hs_dbg_le_event_disp()
|
H A D | ble_hs_startup.c | 230 * 0x0000000000000002 LE Advertising Report Event in ble_hs_startup_le_set_evmask_tx() 249 * 0x0000000000000400 LE Directed Advertising Report Event in ble_hs_startup_le_set_evmask_tx() 258 * 0x0000000000001000 LE Extended Advertising Report Event in ble_hs_startup_le_set_evmask_tx()
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/ |
H A D | mbconfig.h | 77 /*! \brief Number of bytes which should be allocated for the <em>Report Slave ID 81 * report slave id function. See eMBSetSlaveID( ) for more information on 86 /*! \brief If the <em>Report Slave ID</em> function should be enabled. */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/prot/ |
H A D | igmp.h | 59 #define IGMP_V1_MEMB_REPORT 0x12 /* Ver. 1 membership report */ 60 #define IGMP_V2_MEMB_REPORT 0x16 /* Ver. 2 membership report */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/prot/ |
H A D | igmp.h | 59 #define IGMP_V1_MEMB_REPORT 0x12 /* Ver. 1 membership report */ 60 #define IGMP_V2_MEMB_REPORT 0x16 /* Ver. 2 membership report */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | lwiperf.h | 66 /** Prototype of a report function that is called when a session is finished. 67 This report function can show the test results.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | lwiperf.h | 77 /** Prototype of a report function that is called when a session is finished. 78 This report function can show the test results.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | igmp.c | 187 * Report IGMP memberships for this interface 189 * @param netif network interface on which report IGMP memberships 662 * Sends a report for this group. 669 /* If the state is IGMP_GROUP_DELAYING_MEMBER then we send a report for this group in igmp_timeout() 673 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_timeout: report membership for group with address ")); in igmp_timeout() 707 * Delaying membership report for a group if necessary 709 * @param group the igmp_group for which "delaying" membership report 777 group->last_reporter_flag = 1; /* Remember we were the last to report */ in igmp_send()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | igmp.c | 187 * Report IGMP memberships for this interface 189 * @param netif network interface on which report IGMP memberships 661 * Sends a report for this group. 668 /* If the state is IGMP_GROUP_DELAYING_MEMBER then we send a report for this group in igmp_timeout() 672 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_timeout: report membership for group with address ")); in igmp_timeout() 706 * Delaying membership report for a group if necessary 708 * @param group the igmp_group for which "delaying" membership report 776 group->last_reporter_flag = 1; /* Remember we were the last to report */ in igmp_send()
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_qdec.c | 74 event.data.report.acc = (int16_t)nrf_qdec_accread_get(); in nrfx_qdec_irq_handler() 75 event.data.report.accdbl = (uint16_t)nrf_qdec_accdblread_get(); in nrfx_qdec_irq_handler()
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/dummy/src/ |
H A D | hci_dummy.c | 195 /* Allocate LE Advertising Report Event from lo pool only */ in hci_transport_send_evt_to_host() 200 /* Skip advertising report if we're out of memory */ in hci_transport_send_evt_to_host()
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | usb_common.h | 177 The HcRhPortStatus[1:NDP] register is used to control and report port events on a per-port 480 rt_uint8_t report[63]; member 484 extern void HID_Report_Received(hid_report_t report);
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/ |
H A D | hci_common.h | 730 /* Advertising report */ 756 /* LE advertising report event. (sub event 0x02) */ 762 /* Length of each record in an LE direct advertising report event. */ 898 /* LE Directed Advertising Report Event */ 954 /* We support one report per event for now */ 987 /* LE Extended Advertising Report Event */ 1005 /* LE Periodic Advertising Report Event */
|
/nrf52832-nimble/rt-thread/components/drivers/ |
H A D | Kconfig | 462 int "General HID device out report length" 467 int "General HID device in report length"
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/win32/ |
H A D | uffs_config.h | 209 * \note If this is enabled, UFFS will report the block as 'bad' if any bit-flips found; 210 * otherwise, UFFS report bad block only when ECC failed or reported
|