Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 13 of 13) sorted by relevance

/SCP-firmware-master/module/timer/include/
A Dmod_timer.h326 int (*stop)(fwk_id_t alarm_id); member
/SCP-firmware-master/product/rcar/module/rcar_system/src/
A Drcar_iic_dvfs.c95 uint8_t reg, stop; in IIC_DVFS_FUNC() local
98 stop = mode == DVFS_READ_MODE ? IIC_DVFS_SET_ICCR_STOP_READ : in IIC_DVFS_FUNC()
119 mmio_write_8(IIC_DVFS_REG_ICCR, stop); in IIC_DVFS_FUNC()
147 mmio_write_8(IIC_DVFS_REG_ICCR, stop); in IIC_DVFS_FUNC()
296 IIC_DVFS_FUNC(stop, DVFS_STATE_T *state, uint32_t *err) in IIC_DVFS_FUNC() argument
/SCP-firmware-master/module/cdns_i2c/include/
A Dmod_cdns_i2c.h192 bool stop);
/SCP-firmware-master/framework/include/
A Dfwk_module.h246 int (*stop)(fwk_id_t id); member
/SCP-firmware-master/module/debugger_cli/src/
A Dmod_debugger_cli.c77 return alarm_api->stop(module_config->alarm_id); in stop_alarm()
/SCP-firmware-master/framework/src/
A Dfwk_module.c463 if (module->stop != NULL) { in fwk_module_stop_elements()
464 status = module->stop( in fwk_module_stop_elements()
486 if (module->stop != NULL) { in fwk_module_stop_module()
487 status = module->stop(fwk_mod_ctx->id); in fwk_module_stop_module()
/SCP-firmware-master/product/juno/module/juno_thermal/src/
A Dmod_juno_thermal.c284 status = ctx->alarm_api->stop(ctx->config->alarm_id); in juno_thermal_process_notification()
/SCP-firmware-master/module/cdns_i2c/src/
A Dmod_cdns_i2c.c416 bool stop) in i2c_controller_write_polled() argument
574 if (stop) { in i2c_controller_write_polled()
/SCP-firmware-master/module/timer/src/
A Dmod_timer.c533 .stop = alarm_stop,
/SCP-firmware-master/product/juno/module/juno_ppu/src/
A Dmod_juno_ppu.c257 status = juno_ppu_ctx.alarm_api->stop(config->timer_alarm_id); in juno_ppu_alarm_callback()
/SCP-firmware-master/
A Dchange_log.md38 - fwk: Add stop sequence
86 - cli: stop alarm when cli is open
/SCP-firmware-master/doc/media/
A Dstyle.css239 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(…
/SCP-firmware-master/doc/
A DDoxyfile761 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when

Completed in 88 milliseconds