Home
last modified time | relevance | path

Searched refs:MICROPY_HW_SOFTSPI_MAX_BAUDRATE (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmachine_spi.c127 return MICROPY_HW_SOFTSPI_MAX_BAUDRATE; in baudrate_from_delay_half()
137 if (baudrate >= MICROPY_HW_SOFTSPI_MAX_BAUDRATE) { in baudrate_to_delay_half()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmpconfigport.h181 #define MICROPY_HW_SOFTSPI_MAX_BAUDRATE (200 * 1000000 / 200) // roughly, ets_get_cpu_frequency… macro
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmpconfigport.h181 #define MICROPY_HW_SOFTSPI_MAX_BAUDRATE (200 * 1000000 / 200) // roughly, ets_get_cpu_frequency… macro
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmpconfigport.h183 #define MICROPY_HW_SOFTSPI_MAX_BAUDRATE (200 * 1000000 / 200) // roughly, ets_get_cpu_freque… macro

Completed in 8 milliseconds