MCUXpresso_MCXA153/docs/MCUXpresso SDK API Reference Manual_MCXA153/a00011.js
Yilin Sun 35e678394a
Initial commit v2.14.2
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-02-11 19:33:06 +08:00

35 lines
2.5 KiB
JavaScript

var a00011 =
[
[ "list_handle_t", "a00011.html#a00066", [
[ "head", "a00011.html#a3eabf7acf5b2283a7de0a5ea353722ce", null ],
[ "tail", "a00011.html#ad269988ccc5cf1b5c05616759c257cc1", null ],
[ "size", "a00011.html#ac7721c8c443d699664ab2a1b8b6a8163", null ],
[ "max", "a00011.html#a45f038bb66f223658922d55d9d66110b", null ]
] ],
[ "list_element_handle_t", "a00011.html#a00065", [
[ "next", "a00011.html#a460f03213c38cd22939b93c36c3d5cd0", null ],
[ "list", "a00011.html#a5ff59feb9ed357cc4b15a5210ef7e44d", null ]
] ],
[ "GENERIC_LIST_LIGHT", "a00011.html#ga0006cd89bd3db38c9603dc417adfba7c", null ],
[ "GENERIC_LIST_DUPLICATED_CHECKING", "a00011.html#gad10745a2e051d994d9685d6421dcec1d", null ],
[ "list_status_t", "a00011.html#gad87ae78ee100dc425e701c21717f4485", [
[ "kLIST_Ok", "a00011.html#ggad87ae78ee100dc425e701c21717f4485a399f3c85ffa7551e0b398a9549bd0eea", null ],
[ "kLIST_DuplicateError", "a00011.html#ggad87ae78ee100dc425e701c21717f4485aba4e0d8373c58275247b212ec1e1cd4b", null ],
[ "kLIST_Full", "a00011.html#ggad87ae78ee100dc425e701c21717f4485aed1e4c08fcd8714e0bf56e65fcd802d5", null ],
[ "kLIST_Empty", "a00011.html#ggad87ae78ee100dc425e701c21717f4485a5cd6d9d0242b51b6050b3edaccf0db97", null ],
[ "kLIST_OrphanElement", "a00011.html#ggad87ae78ee100dc425e701c21717f4485a57f5f3af2ec503436ce122889f5c8b2a", null ],
[ "kLIST_NotSupport", "a00011.html#ggad87ae78ee100dc425e701c21717f4485afe716945210978ceb0963d1ecc46954c", null ]
] ],
[ "LIST_Init", "a00011.html#gab8252f6f60664cadc5a977fb3c0c4bdc", null ],
[ "LIST_GetList", "a00011.html#ga139f76eeabb495718b3b528410399fdf", null ],
[ "LIST_AddHead", "a00011.html#ga406eff143ab02793e502366c28712114", null ],
[ "LIST_AddTail", "a00011.html#ga9053d24b4dfc8d43908aaa03097b4907", null ],
[ "LIST_RemoveHead", "a00011.html#gafdc7a7cdb706ad205fbbc308b91d1e73", null ],
[ "LIST_GetHead", "a00011.html#ga33117981034d1af2c97fe60d1ca26629", null ],
[ "LIST_GetNext", "a00011.html#gaefc21e59ce3f151198741b25d40b7d23", null ],
[ "LIST_GetPrev", "a00011.html#gaec9da7b948323caddd7b7a95e6488b64", null ],
[ "LIST_RemoveElement", "a00011.html#ga0cb05cc81a7d102a8ec4b82086319fd6", null ],
[ "LIST_AddPrevElement", "a00011.html#ga8b94fe433a603ae708fc87b14260d8cf", null ],
[ "LIST_GetSize", "a00011.html#ga1125ff8a5fe9b3ef81cccad538dae9c7", null ],
[ "LIST_GetAvailableSize", "a00011.html#ga4200c963f6db8ab4b91c11fb56bc99e2", null ]
];