Home
last modified time | relevance | path

Searched defs:const (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Dhdlc_interface.hpp191 const otRcpInterfaceMetrics *GetRcpInterfaceMetrics(void) const { return nullptr;} in GetRcpInterfaceMetrics()
192 uint32_t GetBusSpeed(void) const { return 0; } in GetBusSpeed()
/Zephyr-latest/modules/thrift/src/thrift/concurrency/
DMutex.cpp42 bool Mutex::timedlock(int64_t milliseconds) const in timedlock()
/Zephyr-latest/doc/build/dts/
Dbindings-syntax.rst367 const subsection
374 .. _dt-bindings-specifier-space:
/Zephyr-latest/soc/nordic/nrf54h/bicr/
Dbicr-schema.json180 "const": "LFXO" string
236 "const": "CRYSTAL" string
253 "const": true boolean
281 "const": "LFRC" string
302 "const": true boolean
381 "const": "CRYSTAL" string
398 "const": true boolean
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py589 def const(self) -> Union[None, int, List[int], str, List[str]]: member in PropertySpec