Searched defs:systimer_dev_t (Results 1 – 6 of 6) sorted by relevance
270 typedef struct systimer_dev_t { struct271 volatile systimer_conf_reg_t conf;272 volatile systimer_load_reg_t load;273 volatile systimer_load_hi_reg_t load_hi;274 volatile systimer_load_lo_reg_t load_lo;275 volatile systimer_step_reg_t step;276 volatile systimer_target_val_reg_t target_val[3];277 volatile systimer_target_conf_reg_t target_conf[3];278 volatile systimer_update_reg_t update;279 volatile systimer_value_hi_reg_t value_hi;[all …]
327 typedef struct systimer_dev_t { struct328 volatile systimer_conf_reg_t conf;329 volatile systimer_unit_op_reg_t unit_op[2];330 volatile systimer_unit_load_val_reg_t unit_load_val[2];331 volatile systimer_target_val_reg_t target_val[3];332 volatile systimer_target_conf_reg_t target_conf[3];333 volatile systimer_unit_value_reg_t unit_val[2];334 volatile systimer_comp_load_reg_t comp_load[3];335 volatile systimer_unit_load_reg_t unit_load[2];336 volatile systimer_int_ena_reg_t int_ena;[all …]
326 typedef struct systimer_dev_t { struct327 volatile systimer_conf_reg_t conf;328 volatile systimer_unit_op_reg_t unit_op[2];329 volatile systimer_unit_load_val_reg_t unit_load_val[2];330 volatile systimer_target_val_reg_t target_val[3];331 volatile systimer_target_conf_reg_t target_conf[3];332 volatile systimer_unit_value_reg_t unit_val[2];333 volatile systimer_comp_load_reg_t comp_load[3];334 volatile systimer_unit_load_reg_t unit_load[2];335 volatile systimer_int_ena_reg_t int_ena;[all …]
360 typedef struct systimer_dev_t { struct361 volatile systimer_conf_reg_t conf;362 volatile systimer_unit_op_reg_t unit_op[2];363 volatile systimer_unit_load_val_reg_t unit_load_val[2];364 volatile systimer_target_val_reg_t target_val[3];365 volatile systimer_target_conf_reg_t target_conf[3];366 volatile systimer_unit_value_reg_t unit_val[2];367 volatile systimer_comp_load_reg_t comp_load[3];368 volatile systimer_unit_load_reg_t unit_load[2];369 volatile systimer_int_ena_reg_t int_ena;[all …]
353 typedef struct systimer_dev_t { struct369 } systimer_dev_t; argument