Lines Matching refs:timer_cfg
43 nrfx_timer_config_t timer_cfg; member
59 .timer_info.timer_cfg = NRFX_TIMER_DEFAULT_CONFIG,
68 .timer_info.timer_cfg = NRFX_TIMER_DEFAULT_CONFIG,
77 .timer_info.timer_cfg = NRFX_TIMER_DEFAULT_CONFIG,
86 .timer_info.timer_cfg = NRFX_TIMER_DEFAULT_CONFIG,
95 .timer_info.timer_cfg = NRFX_TIMER_DEFAULT_CONFIG,
115 nrfx_timer_config_t *timer_cfg = RT_NULL; in timer_init() local
121 timer_cfg = &(timer_info->timer_cfg); in timer_init()
122 timer_cfg->bit_width = NRF_TIMER_BIT_WIDTH_32; in timer_init()
123 timer_cfg->p_context = timer; in timer_init()
125 nrfx_timer_init(&(timer_info->timer_inst), timer_cfg, timer_callback); in timer_init()