Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/fs/
Dapi.h386 void FSi_SetSwitchableWramSlots(int bitsB, int bitsC);
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_archive_fatfs.c197 void FSi_SetSwitchableWramSlots(int bitsB, int bitsC) in FSi_SetSwitchableWramSlots() argument
199 FSiSwitchableWramSlots = (bitsB << 0) | (bitsC << 8); in FSi_SetSwitchableWramSlots()