Home
last modified time | relevance | path

Searched defs:brp (Results 1 – 4 of 4) sorted by relevance

/device/soc/esp/esp32/components/hal/include/hal/
Dtwai_types.h127 …uint32_t brp; /**< Baudrate prescaler (i.e., APB clock divider). Any even number… member
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dcan_ll.h147 static inline void can_ll_set_bus_timing(can_dev_t *hw, uint32_t brp, uint32_t sjw, uint32_t tseg1,… in can_ll_set_bus_timing()
Dtwai_ll.h422 static inline void twai_ll_set_bus_timing(twai_dev_t *hw, uint32_t brp, uint32_t sjw, uint32_t tseg… in twai_ll_set_bus_timing()
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dtwai_struct.h99 uint32_t brp: 6; /* BTR0[5:0] Baud Rate Prescaler */ member