Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kconfig/configdefault/
DKconfig211 int "Int 1"
219 int "Int 2"
232 int "Int 3"
242 int "Int 4"
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst598 ``mesh models cfg relay [<Val(off, on)> [<Count> [Int(ms)]]]``
610 …* ``Int``: Sets the new relay retransmit interval in milliseconds if ``val`` is ``on``. Legal int…
627 ``mesh models cfg net-transmit-param [<Count> <Int(ms)>]``
633 …* ``Int``: Sets the new network retransmit interval in milliseconds. Legal interval range is 10-32…
736 …> <MID> [CID] [<PubAddr> <AppKeyIdx> <Cred(off, on)> <TTL> <PerRes> <PerSteps> <Count> <Int(ms)>]``
761 * ``Int`` The interval between each retransmission, in milliseconds. Must be a multiple of 50.
763 …ID(1-16 hex)> <AppKeyIdx> <Cred(off, on)> <TTL> <PerRes> <PerSteps> <Count> <Int(ms)> <MID> [CID]``
786 * ``Int`` The interval between each retransmission, in milliseconds. Must be a multiple of 50.
/Zephyr-latest/scripts/
Dcheckpatch.pl415 our $Int = qr{[0-9]+$Int_type?};
422 our $Constant = qr{$Float|$Binary|$Octal|$Hex|$Int};
6799 (($val =~ /^$Int$/ && $val !~ /^$Octal$/) ||