Home
last modified time | relevance | path

Searched refs:iwfs_fsm_clrfalgs (Results 1 – 2 of 2) sorted by relevance

/third_party/iowow/src/fs/
Diwfsmfile.h120 typedef uint8_t iwfs_fsm_clrfalgs; typedef
123 #define IWFSM_CLEAR_TRIM ((iwfs_fsm_clrfalgs) 0x01U)
287 iwrc(*clear)(struct IWFS_FSM *f, iwfs_fsm_clrfalgs clrflags);
Diwfsmfile.c1763 static iwrc _fsm_clear(struct IWFS_FSM *f, iwfs_fsm_clrfalgs clrflags) { in _fsm_clear()