Home
last modified time | relevance | path

Searched refs:tt (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-2.7.6/arch/sparc/core/
Dfatal.c102 int tt; member
105 { .tt = 0x02, .desc = "illegal_instruction", },
106 { .tt = 0x07, .desc = "mem_address_not_aligned", },
107 { .tt = 0x2B, .desc = "data_store_error", },
108 { .tt = 0x29, .desc = "data_access_error", },
109 { .tt = 0x09, .desc = "data_access_exception", },
110 { .tt = 0x21, .desc = "instruction_access_error", },
111 { .tt = 0x01, .desc = "instruction_access_exception", },
112 { .tt = 0x04, .desc = "fp_disabled", },
113 { .tt = 0x08, .desc = "fp_exception", },
[all …]
/Zephyr-Core-2.7.6/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/
Ddevice_composition.c126 uint8_t tid, onoff, tt, delay; in gen_onoff_set_unack() local
146 tt = ctl->tt; in gen_onoff_set_unack()
150 tt = net_buf_simple_pull_u8(buf); in gen_onoff_set_unack()
151 if ((tt & 0x3F) == 0x3F) { in gen_onoff_set_unack()
168 ctl->transition->tt = tt; in gen_onoff_set_unack()
195 uint8_t tid, onoff, tt, delay; in gen_onoff_set() local
216 tt = ctl->tt; in gen_onoff_set()
220 tt = net_buf_simple_pull_u8(buf); in gen_onoff_set()
221 if ((tt & 0x3F) == 0x3F) { in gen_onoff_set()
238 ctl->transition->tt = tt; in gen_onoff_set()
[all …]
Dtransition.h24 uint8_t tt; member
Ddevice_composition.h83 uint8_t onpowerup, tt; member
Dtransition.c32 transition->rt = transition->tt; in calculate_rt()
69 resolution = (transition->tt >> 6); in set_transition_counter()
70 steps_multiplier = (transition->tt & 0x3F); in set_transition_counter()
/Zephyr-Core-2.7.6/samples/drivers/misc/ft800/src/
Dmain.c35 struct ft8xx_touch_transform tt; in main() local
38 ft8xx_calibrate(&tt); in main()
/Zephyr-Core-2.7.6/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/
Dstorage.c22 settings_save_one("ps/gdtt", &ctl->tt, sizeof(ctl->tt)); in save_gen_def_trans_time_state()
131 len = read_cb(cb_arg, &ctl->tt, sizeof(ctl->tt)); in ps_set()
Dmain.c27 ctl->tt = 0x00; in light_default_var_init()
/Zephyr-Core-2.7.6/doc/_static/css/
Dcustom.css323 .rst-content tt,
330 .rst-content tt.literal,
386 .rst-content tt.literal, .rst-content code.literal, .highlight {