Searched refs:psel (Results 1 – 3 of 3) sorted by relevance
297 STATIC INLINE void Chip_Clock_SetupSystemPLL(uint8_t msel, uint8_t psel) in Chip_Clock_SetupSystemPLL() argument299 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() argument342 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() argument385 LPC_SYSCTL->SCTPLLCTRL = (msel & 0x3F) | ((psel & 0x3) << 6); in Chip_Clock_SetupSCTPLL()
159 void nrfx_comp_pin_select(nrf_comp_input_t psel) in nrfx_comp_pin_select() argument168 nrf_comp_input_select(NRF_COMP, psel); in nrfx_comp_pin_select()
181 void nrfx_comp_pin_select(nrf_comp_input_t psel);
Completed in 5 milliseconds