Home
last modified time | relevance | path

Searched refs:NEC_UNIT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/rc/
H A Dir-nec-decoder.c11 #define NEC_UNIT 563 /* us */ macro
12 #define NEC_HEADER_PULSE (16 * NEC_UNIT)
13 #define NECX_HEADER_PULSE (8 * NEC_UNIT) /* Less common NEC variant */
14 #define NEC_HEADER_SPACE (8 * NEC_UNIT)
15 #define NEC_REPEAT_SPACE (4 * NEC_UNIT)
16 #define NEC_BIT_PULSE (1 * NEC_UNIT)
17 #define NEC_BIT_0_SPACE (1 * NEC_UNIT)
18 #define NEC_BIT_1_SPACE (3 * NEC_UNIT)
19 #define NEC_TRAILER_PULSE (1 * NEC_UNIT)
20 #define NEC_TRAILER_SPACE (10 * NEC_UNIT) /* eve
[all...]
/kernel/linux/linux-6.6/drivers/media/rc/
H A Dir-nec-decoder.c11 #define NEC_UNIT 563 /* us */ macro
12 #define NEC_HEADER_PULSE (16 * NEC_UNIT)
13 #define NECX_HEADER_PULSE (8 * NEC_UNIT) /* Less common NEC variant */
14 #define NEC_HEADER_SPACE (8 * NEC_UNIT)
15 #define NEC_REPEAT_SPACE (4 * NEC_UNIT)
16 #define NEC_BIT_PULSE (1 * NEC_UNIT)
17 #define NEC_BIT_0_SPACE (1 * NEC_UNIT)
18 #define NEC_BIT_1_SPACE (3 * NEC_UNIT)
19 #define NEC_TRAILER_PULSE (1 * NEC_UNIT)
20 #define NEC_TRAILER_SPACE (10 * NEC_UNIT) /* eve
[all...]

Completed in 1 milliseconds