Home
last modified time | relevance | path

Searched full:report (Results 1 – 25 of 121) sorted by relevance

12345

/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/class/
H A Dhid.c338 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 Dhid.h40 /* 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 Dmld6.c115 * 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 Dnrf_qdec.h72 …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 Dmld6.c120 * 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 Dble_gatt.h155 * @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 Dhid.c25 * @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 Dadk.c50 * @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 Dnrfx_qdec.h52 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 Digmp.c110 #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 Dble_hs_dbg.c74 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 Dble_hs_startup.c230 * 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 Dmbconfig.h77 /*! \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 Digmp.h59 #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 Digmp.h59 #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 Dlwiperf.h66 /** 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 Dlwiperf.h77 /** 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 Digmp.c187 * 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 Digmp.c187 * 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 Dnrfx_qdec.c74 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 Dhci_dummy.c195 /* 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 Dusb_common.h177 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 Dhci_common.h730 /* 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 DKconfig462 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 Duffs_config.h209 * \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

12345