mirror of
https://github.com/micropython/micropython.git
synced 2025-08-28 21:40:38 +02:00
modstruct: Refactor to support both LE and BE packed structs.
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
|
||||
int mp_binary_get_size(char typecode);
|
||||
mp_obj_t mp_binary_get_val(char typecode, void *p, int index);
|
||||
mp_obj_t mp_binary_get_val_unaligned_le(char typecode, byte **ptr);
|
||||
mp_obj_t mp_binary_get_val_unaligned(char typecode, byte **ptr);
|
||||
void mp_binary_set_val(char typecode, void *p, int index, mp_obj_t val_in);
|
||||
|
Reference in New Issue
Block a user