Searched refs:assert (Results 1 – 11 of 11) sorted by relevance
22 static rt_err_t reset_simple_update(struct reset_simple *rsts, int id, rt_bool_t assert) in reset_simple_update() argument34 if (assert ^ rsts->active_low) in reset_simple_update()100 .assert = reset_simple_assert,
125 if (rstc->rstcer->ops->assert) in rt_reset_control_assert()127 if ((err = rstc->rstcer->ops->assert(rstc))) in rt_reset_control_assert()184 if (rstc->rstcer->ops->assert) in rt_reset_control_deassert()186 rstc->rstcer->ops->assert(rstc); in rt_reset_control_deassert()
122 #undef assert134 #define assert ASSERT macro
59 rt_err_t (*assert)(struct rt_reset_control *rstc); member
89 assert(valid_);96 assert(!has_value());104 assert(!has_value());
738 assert(ts != NULL); in eap_send_request()763 assert(ts != NULL); in eap_send_request()773 assert(ts != NULL); in eap_send_request()1912 assert(ts != NULL); in eap_response()1937 assert(ts != NULL); in eap_response()
95 bool "Enable assert check."
653 assert-fail): improved some pbuf_header calls to not assert-fail.899 * api_msg.c: patch #8008 Fix a potential null pointer dereference in assert2012 conditional code to assert where applicable), check pbuf length before3082 data packet was lost): add assert that all segment lists are empty in3132 * etharp.c: Fixed bug: assert fired when MEMP_ARP_QUEUE was empty (which can3524 cases just assert if it fails as I'm not sure how to fix them, but
906 assert-fail): improved some pbuf_header calls to not assert-fail.1152 * api_msg.c: patch #8008 Fix a potential null pointer dereference in assert2265 conditional code to assert where applicable), check pbuf length before3335 data packet was lost): add assert that all segment lists are empty in3385 * etharp.c: Fixed bug: assert fired when MEMP_ARP_QUEUE was empty (which can3777 cases just assert if it fails as I'm not sure how to fix them, but
1056 conditional code to assert where applicable), check pbuf length before2126 data packet was lost): add assert that all segment lists are empty in2176 * etharp.c: Fixed bug: assert fired when MEMP_ARP_QUEUE was empty (which can2568 cases just assert if it fails as I'm not sure how to fix them, but
Completed in 29 milliseconds