Home
last modified time | relevance | path

Searched refs:BPR (Results 1 - 2 of 2) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DmappedTypeModifiers.js44 type BPR = { readonly a?: { x: number }, readonly b?: { x: string } };
50 var b00: keyof BPR;
69 var b04: BPR;
75 var b04: { [P in keyof BPR]: BPR[P] }
76 var b04: Pick<BPR, keyof BPR>;
/third_party/cmsis/CMSIS/Core/Include/
H A Dcore_ca.h965 __IOM uint32_t BPR; /*!< \brief Offset: 0x008 (R/W) Binary Point Register */ member
996 /* GICInterface BPR Register */
997 #define GICInterface_BPR_Binary_Point_Pos 0U /*!< PTIM BPR: Binary_Point Position */
998 #define GICInterface_BPR_Binary_Point_Msk (0x7U /*<< GICInterface_BPR_Binary_Point_Pos*/) /*!< PTIM BPR: Binary_Point Mask */
1685 /** \brief Configures the group priority and subpriority split point using CPU's BPR register.
1690 GICInterface->BPR = binary_point & 7U; //set binary point in GIC_SetBinaryPoint()
1693 /** \brief Read the current group priority and subpriority split point from CPU's BPR register.
1694 * \return GICInterface_Type::BPR
1698 return GICInterface->BPR; in GIC_GetBinaryPoint()

Completed in 7 milliseconds