* - If @ref LWIP_TCPIP_CORE_LOCKING = 1: TCPIP core lock is held * - If @ref LWIP_TCPIP_CORE_LOCKING = 0: function is called from TCPIP thread * @see @ref multithreading */ #if !defined LWIP_ASSERT_CORE_LOCKED || defined __DOXYGEN__ #define LWIP_ASSERT_CORE_LOCKED() #...
and performs the following checks: * - Not in ISR (this should be checked for NO_SYS==1, too!) * - If @ref LWIP_TCPIP_CORE_LOCKING = 1: TCPIP core lock is held * - If @ref LWIP_TCPIP_CORE_LOCKING = 0: function is called from TCPIP thread * @see @ref multithreading...
* - If @ref LWIP_TCPIP_CORE_LOCKING = 1: TCPIP core lock is held * - If @ref LWIP_TCPIP_CORE_LOCKING = 0: function is called from TCPIP thread * @see @ref multithreading */ #if !defined LWIP_ASSERT_CORE_LOCKED || defined __DOXYGEN__ #define LWIP_ASSERT_CORE_LOCKED() ...