Horje
peripheral bus clock pic32 Code Example
peripheral bus clock pic32
// default PBCLK = SYSCLK/2
#pragma config FPBDIV = DIV_2    
...
// PBCLK=SYSCLK/2
PLIB_OSC_PBClockDivisorSet(OSC_ID_0, OSC_PERIPHERAL_BUS_1, 2);
// enable PBCLK
PLIB_OSC_PBOutputClockEnable(OSC_ID_0, OSC_PERIPHERAL_BUS_1);
// disable PBCLK
PLIB_OSC_PBOutputClockDisable(OSC_ID_0, OSC_PERIPHERAL_BUS_1);




C

Related
molotovn't ribbentropn't pact Code Example molotovn't ribbentropn't pact Code Example
vim set tab to 4 spaces Code Example vim set tab to 4 spaces Code Example
Selection Sort in C Code Example Selection Sort in C Code Example
winautomation block input not working Code Example winautomation block input not working Code Example
hgggggggggggggggg Code Example hgggggggggggggggg Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7