MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / ls013b4dn04End

Function ls013b4dn04End

modules/drivers/ls013b4dn04/modLs013b4dn04.c:453–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451#endif
452
453void ls013b4dn04End(void *refcon)
454{
455 ls013b4dn04 ls = refcon;
456
457#if MODDEF_LS013B4DN04_PULSE
458 modTimerReschedule(ls->timer, 2001, 1001);
459#endif
460 modSPIActivateConfiguration(NULL); // drop CS after data
461
462 ls013b4dn04Hold(ls);
463}
464
465void xs_ls013b4dn04_end(xsMachine *the)
466{

Callers 2

xs_ls013b4dn04_endFunction · 0.85

Calls 3

ls013b4dn04HoldFunction · 0.85
modTimerRescheduleFunction · 0.50

Tested by

no test coverage detected