You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Service_Libs/mdns/fnet/fnet_stack/services/dns/fnet_dns.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ struct fnet_dns_params
122
122
fnet_address_family_taddr_family; /**< @brief Family of the IP Address which is queried.*/
123
123
fnet_dns_callback_resolved_tcallback; /**< @brief Pointer to the callback function defined by
124
124
* @ref fnet_dns_callback_resolved_t. It is called when the
125
-
* DNS-client resolving is finished or an error is occurred. */
125
+
* DNS-client resolving is finished or an error has occurred. */
Copy file name to clipboardExpand all lines: targets/TARGET_NUVOTON/TARGET_NANO100/device/Nano100Series.h
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10976,18 +10976,18 @@ typedef struct {
10976
10976
* |[0] |BUS_STS |BUS Interrupt Status
10977
10977
* | | |The BUS event means there is bus suspense or bus resume in the bus.
10978
10978
* | | |This bit is used to indicate that there is one of events in the bus.
10979
-
* | | |0 = No BUS event is occurred.
10979
+
* | | |0 = No BUS event has occurred.
10980
10980
* | | |1 = BUS event occurred; check USB_BUSSTS [3:0] to know which kind of bus event was occurred, cleared by write "1" to USB_INTSTS [0].
10981
10981
* |[1] |USB_STS |USB Interrupt Status
10982
10982
* | | |The USB event means that there is Setup Token, IN token, OUT ACK, ISO IN, or ISO OUT event in the bus.
10983
10983
* | | |This bit is used to indicate that there is one of events in the bus.
10984
-
* | | |0 = No USB event is occurred.
10984
+
* | | |0 = No USB event has occurred.
10985
10985
* | | |1 = USB event occurred, check EPSTS0~7[3:0] in USB_EPSTS [31:8] to know which kind of USB event was occurred, cleared by write "1" to USB_INTSTS [1] or USB_INTSTS[31] or EPEVT0~7.
10986
10986
* |[2] |FLD_STS |Floating Interrupt Status
10987
10987
* | | |0 = There is not attached event in the USB.
10988
10988
* | | |1 = There is attached event in the USB and it is cleared by write "1" to USB_INTSTS [2].
10989
10989
* |[3] |WKEUP_STS |Wake-Up Interrupt Status
10990
-
* | | |0 = No wake-up event is occurred.
10990
+
* | | |0 = No wake-up event has occurred.
10991
10991
* | | |1 = Wake-up event occurred, cleared by write 1 to USB_INTSTS [3].
0 commit comments