Searched refs:MP_WEAK (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | machine_pulse.c | 33 MP_WEAK mp_uint_t machine_time_pulse_us(mp_hal_pin_obj_t pin, int pulse_level, mp_uint_t timeout_us… in machine_time_pulse_us()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | main.c | 363 MP_WEAK mp_lexer_t *mp_lexer_new_from_file(const char *filename) { in mp_lexer_new_from_file() 404 void MP_WEAK __assert_func(const char *file, int line, const char *func, in __assert_func()
|
A D | mphalport.c | 222 MP_WEAK void mp_hal_get_mac(int idx, uint8_t buf[6]) { in mp_hal_get_mac()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | main.c | 363 MP_WEAK mp_lexer_t *mp_lexer_new_from_file(const char *filename) { in mp_lexer_new_from_file() 404 void MP_WEAK __assert_func(const char *file, int line, const char *func, in __assert_func()
|
A D | mphalport.c | 222 MP_WEAK void mp_hal_get_mac(int idx, uint8_t buf[6]) { in mp_hal_get_mac()
|
/AliOS-Things-master/components/py_engine/adapter/ |
A D | main.c | 564 MP_WEAK mp_lexer_t *mp_lexer_new_from_file(const char *filename) in mp_lexer_new_from_file() 582 void MP_WEAK __assert_func(const char *file, int line, const char *func, const char *expr) in __assert_func()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | mpconfig.h | 1663 #ifndef MP_WEAK 1664 #define MP_WEAK __attribute__((weak)) macro
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | mphalport.c | 279 MP_WEAK void mp_hal_get_mac(int idx, uint8_t buf[6]) in mp_hal_get_mac()
|
Completed in 16 milliseconds