Home
last modified time | relevance | path

Searched refs:psel (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dclock_15xx.h297 STATIC INLINE void Chip_Clock_SetupSystemPLL(uint8_t msel, uint8_t psel) in Chip_Clock_SetupSystemPLL() argument
299 LPC_SYSCTL->SYSPLLCTRL = (msel & 0x3F) | ((psel & 0x3) << 6); in Chip_Clock_SetupSystemPLL()
340 STATIC INLINE void Chip_Clock_SetupUSBPLL(uint8_t msel, uint8_t psel) in Chip_Clock_SetupUSBPLL() argument
342 LPC_SYSCTL->USBPLLCTRL = (msel & 0x3F) | ((psel & 0x3) << 6); in Chip_Clock_SetupUSBPLL()
383 STATIC INLINE void Chip_Clock_SetupSCTPLL(uint8_t msel, uint8_t psel) in Chip_Clock_SetupSCTPLL() argument
385 LPC_SYSCTL->SCTPLLCTRL = (msel & 0x3F) | ((psel & 0x3) << 6); in Chip_Clock_SetupSCTPLL()
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_comp.c159 void nrfx_comp_pin_select(nrf_comp_input_t psel) in nrfx_comp_pin_select() argument
168 nrf_comp_input_select(NRF_COMP, psel); in nrfx_comp_pin_select()
/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_comp.h181 void nrfx_comp_pin_select(nrf_comp_input_t psel);

Completed in 8 milliseconds