Searched refs:INDEX (Results 1 – 8 of 8) sorted by relevance
35 #define INDEX(mux) (((mux) & 0x38000) >> 15) macro47 uint8_t index = INDEX(pin_mux); in pinctrl_configure_pins()
30 string(FIND ${SOURCE_DIR} ${BINARY_DIR} INDEX)31 if(NOT INDEX EQUAL -1)
66 dt_prop(slot_size PATH "${slot0_flash}" PROPERTY "reg" INDEX 1 REQUIRED)80 dt_prop(slot_size PATH "${slot1_flash}" PROPERTY "reg" INDEX 1 REQUIRED)
284 volatile uint8_t INDEX; member323 volatile uint8_t INDEX; member
90 the 16-bit "exec.it <INDEX>".
132 set(INDEX 100) variable153 set(idx ${INDEX})154 math(EXPR INDEX "${INDEX} + 1")
4006 # dt_prop(<var> PATH <path> PROPERTY <prop> [INDEX <idx>])4023 # INDEX is given. If INDEX is given, just the array element at index4053 # INDEX <idx> : Optional index when retrieving a value in an array property4058 set(single_args "INDEX")4101 # dt_comp_path(<var> COMPATIBLE <compatible> [INDEX <idx>])4113 # INDEX <idx> : Optional index when retrieving a value in an array property4117 set(single_args "INDEX")4193 # dt_reg_addr(<var> PATH <path> [INDEX <idx>] [NAME <name>])4214 # INDEX <idx> : Register block index number4218 set(single_args "INDEX;NAME")[all …]
975 that in the following example, ``INDEX`` is always replaced with the number980 #define INDEX 3981 int foo = DT_FOO(..., INDEX)