Home
last modified time | relevance | path

Searched refs:_mask (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-2.7.6/include/drivers/gpio/
Dgpio_mmio32.h44 #define GPIO_MMIO32_INIT(node_id, _address, _mask) \ argument
49 .port_pin_mask = _mask, \
52 .mask = _mask, \
67 #define GPIO_MMIO32_INIT(node_id, _address, _mask) argument
/Zephyr-Core-2.7.6/subsys/net/ip/
Dtcp2_priv.h266 #define _flags(_fl, _op, _mask, _cond) \ argument
271 (UNALIGNED_GET(_fl) _op(_mask))) { \
272 UNALIGNED_PUT(UNALIGNED_GET(_fl) & ~(_mask), _fl); \
279 #define FL(_fl, _op, _mask, _args...) \ argument
280 _flags(_fl, _op, _mask, strlen("" #_args) ? _args : true)
/Zephyr-Core-2.7.6/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py2498 masked_child_spec = _mask(prefix, child, parent, child_spec)
2537 def _mask(prefix, child, parent, child_spec): function