Home
last modified time | relevance | path

Searched refs:translate (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-2.7.6/examples/mesh/ip_internal_network/
DREADME.md9 This example uses experimental NAT feature to translate addresses/ports from an internal subnet, th…
/hal_espressif-2.7.6/docs/en/api-reference/protocols/
Desp_local_ctrl.rst176 …messages understood by the **esp_local_ctrl** service. The service will translate these messages i…
/hal_espressif-2.7.6/docs/en/api-guides/
Dhardware-abstraction.rst78 …ess into more easily understandable functions. LL functions essentially translate various in/out a…
/hal_espressif-2.7.6/tools/kconfig/
Dkconfig-language.txt525 translate Kconfig logic into boolean formulas and run a SAT solver on this to
546 abstraction the inferred semantics of Kconfig to translate Kconfig logic into
/hal_espressif-2.7.6/
D.pylintrc129 deprecated-str-translate-call,
/hal_espressif-2.7.6/components/esptool_py/
DLICENSE30 These restrictions translate to certain responsibilities for you if you
/hal_espressif-2.7.6/tools/windows/tool_setup/
Dlicense.txt47 These restrictions translate to certain responsibilities for you if you
/hal_espressif-2.7.6/docs/en/api-reference/provisioning/
Dwifi_provisioning.rst114 …ting provisioning we need to specify a service name and the corresponding key. These translate to :
/hal_espressif-2.7.6/tools/catch/
Dcatch.hpp2569 …virtual std::string translate( ExceptionTranslators::const_iterator it, ExceptionTranslators::cons…
2587 …virtual std::string translate( ExceptionTranslators::const_iterator it, ExceptionTranslators::cons… in translate() function in Catch::ExceptionTranslatorRegistrar::ExceptionTranslator
2592 return (*it)->translate( it+1, itEnd ); in translate()
6732 return m_translators[0]->translate( m_translators.begin()+1, m_translators.end() ); in tryTranslators()