Home
last modified time | relevance | path

Searched refs:assert (Results 1 – 11 of 11) sorted by relevance

/components/drivers/reset/
A Dreset-simple.c22 static rt_err_t reset_simple_update(struct reset_simple *rsts, int id, rt_bool_t assert) in reset_simple_update() argument
34 if (assert ^ rsts->active_low) in reset_simple_update()
100 .assert = reset_simple_assert,
A Dreset.c125 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()
/components/utilities/ulog/
A Dulog_def.h122 #undef assert
134 #define assert ASSERT macro
/components/drivers/include/drivers/
A Dreset.h59 rt_err_t (*assert)(struct rt_reset_control *rstc); member
/components/libc/cplusplus/cpp11/gcc/
A Dfuture89 assert(valid_);
96 assert(!has_value());
104 assert(!has_value());
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Deap.c738 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()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Deap.c738 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()
/components/utilities/
A DKconfig95 bool "Enable assert check."
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG653 assert-fail): improved some pbuf_header calls to not assert-fail.
899 * api_msg.c: patch #8008 Fix a potential null pointer dereference in assert
2012 conditional code to assert where applicable), check pbuf length before
3082 data packet was lost): add assert that all segment lists are empty in
3132 * etharp.c: Fixed bug: assert fired when MEMP_ARP_QUEUE was empty (which can
3524 cases just assert if it fails as I'm not sure how to fix them, but
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG906 assert-fail): improved some pbuf_header calls to not assert-fail.
1152 * api_msg.c: patch #8008 Fix a potential null pointer dereference in assert
2265 conditional code to assert where applicable), check pbuf length before
3335 data packet was lost): add assert that all segment lists are empty in
3385 * etharp.c: Fixed bug: assert fired when MEMP_ARP_QUEUE was empty (which can
3777 cases just assert if it fails as I'm not sure how to fix them, but
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1056 conditional code to assert where applicable), check pbuf length before
2126 data packet was lost): add assert that all segment lists are empty in
2176 * etharp.c: Fixed bug: assert fired when MEMP_ARP_QUEUE was empty (which can
2568 cases just assert if it fails as I'm not sure how to fix them, but

Completed in 29 milliseconds