Page MenuHomeFreeBSD

Introduce port debouncing mechanism in mv_gpio driver
ClosedPublic

Authored by mkm_semihalf.com on Mar 19 2018, 6:10 PM.
Tags
Referenced Files
Unknown Object (File)
Tue, Apr 8, 7:20 PM
Unknown Object (File)
Feb 22 2025, 2:12 PM
Unknown Object (File)
Feb 22 2025, 2:07 PM
Unknown Object (File)
Feb 22 2025, 1:34 PM
Unknown Object (File)
Feb 22 2025, 1:34 PM
Unknown Object (File)
Jan 17 2025, 3:11 PM
Unknown Object (File)
Nov 23 2024, 3:07 PM
Unknown Object (File)
Nov 23 2024, 3:07 PM
Subscribers

Details

Summary

This patch introduces gpio debouncing mechanism
with fixed memory allocation in critical section.

When you press button, value at gpio pin connected to button
is changing many times which will cause in unexpected behaviour.
Debouncing mechanism will prevent this phenomenon

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable