Home
last modified time | relevance | path

Searched refs:decrement (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.5.0/samples/bluetooth/central_gatt_write/src/
Dgatt_write_common.c193 static bool decrement; in write_cmd() local
195 if (decrement) { in write_cmd()
199 decrement = false; in write_cmd()
205 decrement = true; in write_cmd()
/Zephyr-Core-3.5.0/samples/sensor/qdec/
DREADME.rst69 The reported increment/decrement can be larger/smaller than the one shown
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ticker/
Dticker.c1579 uint8_t decrement = 0U;
1583 decrement++;
1587 return decrement;
/Zephyr-Core-3.5.0/arch/riscv/
DKconfig283 catch any sudden jump in stack pointer decrement, plus some
/Zephyr-Core-3.5.0/doc/contribute/coding_guidelines/
Dindex.rst614 …crement (++) or decrement (--) operator should have no other potential side effects other than tha…
/Zephyr-Core-3.5.0/doc/hardware/porting/
Darch.rst647 decrement the stack pointer by a large value without writing anything,